#!/usr/local/bin/swift let hoge = {() -> Int? in 1 // return nil }() print(hoge)