reid-llvm/examples/float.reid

7 lines
93 B
Plaintext

// Arithmetic, function calls and imports!
pub fn main() -> bool {
return 7.5 > 5.001;
}