* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / enum31.C
blob62d65b46f0a40d8542f9b3f2d0a33a41f9fa4f89
1 // { dg-do compile { target c++11 } }
3 enum class __attribute__((__visibility__("default"))) Foobar
5   fratz,
6     nabble
7 };