]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/lookup/scoped8.C
PR c++/21008, DR 515
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lookup / scoped8.C
index 1c3030456085d32e32a1a5354e59ea73d275aa8a..2ba28a6941b2773f9cdaf7ac2b55435a901b46b5 100644 (file)
@@ -14,3 +14,5 @@ template <int> struct B
 {
     int foo() { return A::i; } // { dg-error "this location" }
 };
+
+template struct B<0>;