blob: 3a1666995ebefb5b1aa64645839b466c300f069b [file] [log] [blame]
// PR c++/10603
int f(int not) { // { dg-error "!" }
return 1-not; // { dg-error "" }
}