FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / parse / attr-ctor1.C
blob4f8cd1dde664eac96898b8461e62608c1979d9c8
1 // PR c++/6992
2 // Origin: <petr@scssoft.com>
3 // { dg-do compile }
5 class A
7     __attribute__((section("whatever"))) A();
8 };