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