// error-pattern:`*` cannot be applied to type `bool` fn main() { let x = true * false; }