Files
compiler-old/tests/return_42.src
T

3 lines
43 B
Plaintext

fn main() -> i32 {
return 10 * 4 + 2;
}