]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/parse1.C
aarch64: Further renaming of generic code
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp0x / parse1.C
1 // PR c++/43509
2 // { dg-do compile { target c++11 } }
3
4 typedef int B; // { dg-message "" }
5 B::B() { return 0; } // { dg-error "" }