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