1export fn a(value: u32) bool { 2 return 1 < value < 1000; 3} 4 5// error 6// 7// :2:22: error: comparison operators cannot be chained