diff options
Diffstat (limited to 'test/FrontendC/2005-07-26-UnionInitCrash.c')
-rw-r--r-- | test/FrontendC/2005-07-26-UnionInitCrash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2005-07-26-UnionInitCrash.c b/test/FrontendC/2005-07-26-UnionInitCrash.c deleted file mode 100644 index 563278a..0000000 --- a/test/FrontendC/2005-07-26-UnionInitCrash.c +++ /dev/null @@ -1,3 +0,0 @@ -// PR607 -// RUN: %llvmgcc %s -S -o - -union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; |