blob: bfb44bdc4b8588e1ceb5bee100fcf6888753eff8 [file] [log] [blame]
fn main_1() {
let x_1 : bool = !((50.0 <= 60.0));
return;
}
[[stage(fragment)]]
fn main() {
main_1();
}