mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
packed initializers too in the test
llvm-svn: 32365
This commit is contained in:
parent
514fcabb29
commit
341c77a124
@ -8,6 +8,10 @@
|
||||
%foos = external global %struct.anon
|
||||
%bara = external global [2 x <{ int, sbyte }>]
|
||||
|
||||
;initializers should work for packed and non-packed the same way
|
||||
%E1 = global <{sbyte, int, int}> {sbyte 1, int 2, int 3}
|
||||
%E2 = global {sbyte, int, int} {sbyte 4, int 5, int 6}
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
int %main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user