re PR c++/65558 (crash using __attribute__((__abi_tag__)) on anonymous inline namespace)
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr65558.C
1 // PR c++/65558
2 // { dg-do compile { target c++11 } }
3
4 inline namespace __attribute__((__abi_tag__))
5 { // { dg-warning "ignoring .__abi_tag__. attribute on anonymous namespace" }
6 }