reid-llvm/examples/test.reid

7 lines
86 B
Plaintext

// Arithmetic, function calls and imports!
fn main() -> bool {
return 5.0 > -1;
}