diff options
Diffstat (limited to 'llvm/test/CFrontend/2005-07-26-UnionInitCrash.c')
| -rw-r--r-- | llvm/test/CFrontend/2005-07-26-UnionInitCrash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CFrontend/2005-07-26-UnionInitCrash.c b/llvm/test/CFrontend/2005-07-26-UnionInitCrash.c deleted file mode 100644 index 563278a9c68..00000000000 --- a/llvm/test/CFrontend/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}; |

