No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / parse / error12.C
blobea04fd06d11efbc2d366c8720e8f4598b7b8cdae
1 // { dg-do compile }
2 // Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
3 // Make sure the error about '<:' can be turned into a warning
4 // { dg-options "-fpermissive" }
6 struct B;
8 template <class A>
9 struct Foo {};
11 Foo<::B> foo;   // { dg-bogus "error" "error in place of warning" }
12 // { dg-error "" "" { target *-*-* } 11 }