blob: 879fa47549e9854e66b8c0f8905a98a934f133af [file] [log] [blame]
pub fn main() {
let x = () + (); //~ ERROR binary operation
// this shouldn't have a flow-on error:
for _ in x {}
}