summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-03-06-VarSizeInStruct1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-03-06-VarSizeInStruct1.c')
-rw-r--r--test/FrontendC/2007-03-06-VarSizeInStruct1.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC/2007-03-06-VarSizeInStruct1.c b/test/FrontendC/2007-03-06-VarSizeInStruct1.c
deleted file mode 100644
index b4ae565..0000000
--- a/test/FrontendC/2007-03-06-VarSizeInStruct1.c
+++ /dev/null
@@ -1,8 +0,0 @@
-// RUN: %llvmgcc %s -w -S -o -
-void* p (int n) {
- struct f {
- char w; char x[n]; char z[];
- } F;
- F.x[0]='x';
- return &F;
-}
OpenPOWER on IntegriCloud