(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
attr-ctor1.C
// PR c++/6992
// Origin: <petr@scssoft.com>
// { dg-do compile }
// { dg-require-named-sections "" }

class A
{
    __attribute__((section("whatever"))) A();
};