tt/test.tt

18 lines
165 B
Plaintext

fn main() = {
i := 5;
if i == 5 {
0
} else {
1
}
};
fn test2(hello: i32,) = {
hello
};
fn test2(hello: i32,) = {
hello
};