OSDN Git Service

PR c++/10446
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / attr-ctor1.C
1 // PR c++/6992
2 // Origin: <petr@scssoft.com>
3 // { dg-do compile }
4
5 class A
6 {
7     __attribute__((section("whatever"))) A();
8 };