]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/template/static1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / template / static1.C
diff --git a/gcc/testsuite/g++.dg/template/static1.C b/gcc/testsuite/g++.dg/template/static1.C
deleted file mode 100644 (file)
index f01d032..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-template <typename T> struct A
-{
-  static const int t[1][1]={{0}}; // { dg-error "in-class" }
-};