type MyStruct = struct { i: i32, b: bool, } fn square_if_true(arg: MyStruct) -> i32 { 0 }