summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/pr65558.C
blob: 12946b35eda79e63a89dfd0b3a1786bd1db50da5 (plain)
1
2
3
4
5
6
7
// PR c++/65558
// { dg-do compile { target c++11 } }

inline namespace
__attribute__((__abi_tag__)) // { dg-warning "ignoring .abi_tag. attribute on anonymous namespace" }
{
}