attr-ctor1.C   [plain text]


// PR c++/6992
// Origin: <petr@scssoft.com>
// { dg-do compile }
// { dg-require-named-sections "" }

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