wasm-lang/test/t7.broken
2023-10-04 00:09:35 -07:00

3 lines
40 B
Text

fn main() -> (i32, i32) {
(123, 456)
}