]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/template/alignof1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / template / alignof1.C
diff --git a/gcc/testsuite/g++.dg/template/alignof1.C b/gcc/testsuite/g++.dg/template/alignof1.C
deleted file mode 100644 (file)
index 50a3218..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-template<typename T>
-int my_alignof()
-{
-    return __alignof__(T);
-}
-
-template<typename>
-struct X { };
-
-int main()
-{
-  return my_alignof<X<void> >();
-}