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