OSDN Git Service

Run most tests in both C++98 and C++11 modes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / anon3.C
1 // pr c++/15049
2 // Origin: Matt Austern <austern@apple.com>
3 // Test that we can declare a global variable whose type is anonymous.
4
5 // { dg-do compile }
6
7 enum { a = 3 } x; // { dg-warning "anonymous type" "" { target c++98 } }