summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/C++Frontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-12 19:02:30 +0000
committerChris Lattner <sabre@nondot.org>2005-02-12 19:02:30 +0000
commit3b4f6c4a733470b427dd4e897d0bfc641b7dd7b5 (patch)
treedb121564becc2e34b4fb9b64a19267b1378ad211 /llvm/test/Regression/C++Frontend
parente616fea3bc4861e22798e5b4e3f9d350a4f49ddf (diff)
downloadbcm5719-llvm-3b4f6c4a733470b427dd4e897d0bfc641b7dd7b5.tar.gz
bcm5719-llvm-3b4f6c4a733470b427dd4e897d0bfc641b7dd7b5.zip
This test is invalid
llvm-svn: 20131
Diffstat (limited to 'llvm/test/Regression/C++Frontend')
-rw-r--r--llvm/test/Regression/C++Frontend/2004-10-04-ExternalGlobalConstant.cpp.tr12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Regression/C++Frontend/2004-10-04-ExternalGlobalConstant.cpp.tr b/llvm/test/Regression/C++Frontend/2004-10-04-ExternalGlobalConstant.cpp.tr
deleted file mode 100644
index 48e7240ae18..00000000000
--- a/llvm/test/Regression/C++Frontend/2004-10-04-ExternalGlobalConstant.cpp.tr
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | grep %y | not grep constant
-
-struct Y {
- int A;
- Y();
-};
-
-// This global cannot be marked 'constant' because the ctor can modify it.
-extern const Y y;
-
-void foo(...);
-int bar() { foo(&y); }
OpenPOWER on IntegriCloud