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