wasm-lang/test/t7.broken

4 lines
40 B
Text
Raw Normal View History

2023-10-03 23:41:47 +00:00
fn main() -> (i32, i32) {
(123, 456)
}