// build-pass
use spirv_std::spirv;
#[spirv(fragment)]
pub fn main(#[spirv(flat)] i: i32) {
if i > 0 {}
if i > 1 {}
}