blob: 5d1609596b909ba28bdc0203865a58e6743ec6dc [file] [log] [blame]
// Test of std mangling
// { dg-do compile }
// { dg-options "-fno-inline" }
namespace std {
struct A {
A() { }
};
}
std::A a;
// { dg-final { scan-assembler "\n_?_ZNSt1AC\[12\]Ev\[: \t\n\]" } }