OSDN Git Service

PR c++/28606
[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 // { dg-require-named-sections "" }
5
6 class A
7 {
8     __attribute__((section("whatever"))) A();
9 };