]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/template/ref1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / template / ref1.C
diff --git a/gcc/testsuite/g++.dg/template/ref1.C b/gcc/testsuite/g++.dg/template/ref1.C
deleted file mode 100644 (file)
index 3f133d4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-class a {} a1;
-template <a & p> class b { public: b() { static_cast <a &> (p); }; };
-int main() { b <a1> b1; };