doc: Remove i?86-*-linux* installation note from 2003
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle26.C
blobf738dd7a4cce1f5dea4597b40149f59cc4c9a545
1 // Test of std mangling
3 // { dg-do compile }
4 // { dg-options "-fno-inline -fno-implicit-constexpr -fabi-compat-version=0" }
6 namespace std {
7   struct A {
8     A() { }
9   };
12 std::A a;
14 // { dg-final { scan-assembler "\n_?_ZNSt1AC\[12\]Ev\[: \t\n\]" } }