blob: 9858a46a79262df35b9e00786473c8c32b522ddd [file] [log] [blame]
public struct Box {
public lazy var x: Int = {
return true ? 0 : 1
}()
public init() {}
}