aboutsummaryrefslogtreecommitdiff
path: root/test/C++Frontend/2003-06-16-VolatileError.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/C++Frontend/2003-06-16-VolatileError.c')
-rw-r--r--test/C++Frontend/2003-06-16-VolatileError.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/C++Frontend/2003-06-16-VolatileError.c b/test/C++Frontend/2003-06-16-VolatileError.c
deleted file mode 100644
index 127e540646..0000000000
--- a/test/C++Frontend/2003-06-16-VolatileError.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/* This crashes the CFE. */
-extern int volatile test;
-int volatile test = 0;
-
-int main() { return 0; }