This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / g++.dg / parse / attr-ctor1.C
blob23d488a20031d8d9e656597aaaf3dd3ca9d98a17
1 // PR c++/6992
2 // Origin: <petr@scssoft.com>
3 // { dg-do compile }
4 // { dg-require-named-sections "" }
6 class A
8     __attribute__((section("whatever"))) A();
9 };