aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-10-02-VolatileArray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-10-02-VolatileArray.c')
-rw-r--r--test/FrontendC/2007-10-02-VolatileArray.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2007-10-02-VolatileArray.c b/test/FrontendC/2007-10-02-VolatileArray.c
deleted file mode 100644
index 7e8bf24..0000000
--- a/test/FrontendC/2007-10-02-VolatileArray.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | grep volatile
-// PR1647
-
-void foo(volatile int *p)
-{
-p[0] = 0;
-}