mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
Testcase for PR607
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22519 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b65975a6ed
commit
50e9ef8792
3
test/CFrontend/2005-07-26-UnionInitCrash.c
Normal file
3
test/CFrontend/2005-07-26-UnionInitCrash.c
Normal file
@ -0,0 +1,3 @@
|
||||
// PR607
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};
|
Loading…
Reference in New Issue
Block a user