Avatar
@swift-4.1.3 -Xfrontend -emit-sil -module-name hoge struct A { var b: Int { return 11111 } func itazura() -> Int { return 22222 } }