Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / other / error18.C
blobc613e9afd0d970e86abc4e05ec045a3b5aa0823a
1 // PR c++/33208
3 struct A
5   bool b;
6 };
8 void f(A a)
10   a.b--; // { dg-error "5:use of an operand of type .bool." }