mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Add test for new zeroinitializer token
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2fa42a816d
commit
22b1fa0ef2
@ -7,6 +7,9 @@
|
|||||||
|
|
||||||
%AString = constant [4 x ubyte] c"test"
|
%AString = constant [4 x ubyte] c"test"
|
||||||
|
|
||||||
|
%ZeroInit = global { [100 x int ], [40 x float ] } { [100 x int] zeroinitializer,
|
||||||
|
[40 x float] zeroinitializer }
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
int "foo"(int %blah)
|
int "foo"(int %blah)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user