mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Test case for r126672. Radar 9055247.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d39647d913
commit
621c65e089
2
test/FrontendC/2011-03-02-UnionInitializer.c
Normal file
2
test/FrontendC/2011-03-02-UnionInitializer.c
Normal file
@ -0,0 +1,2 @@
|
||||
// RUN: %llvmgcc -S %s
|
||||
union { int :3; double f; } u17_017 = {17.17};
|
Loading…
x
Reference in New Issue
Block a user