]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/parse/error24.C
/cp
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / parse / error24.C
1 // { dg-options "-fshow-column -ansi -pedantic-errors -Wno-long-long" }
2 // PR c++/19395
3
4 struct A {
5 typedef int ::X; // { dg-error "15:typedef name may not be a nested-name-specifier" }
6 };
7
8