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