// error-pattern:&& cannot be applied to type `int` fn main() { let x = 1 && 2; }