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