mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6253 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3d333edd1
commit
a35d594cf0
4
test/Assembler/2003-05-21-EmptyStructTest.ll
Normal file
4
test/Assembler/2003-05-21-EmptyStructTest.ll
Normal file
@ -0,0 +1,4 @@
|
||||
; The old C front-end never generated empty structures, now the new one
|
||||
; can. For some reason we never handled them in the parser. Wierd.
|
||||
|
||||
%X = global {} {}
|
3
test/Assembler/2003-05-21-MalformedStructCrash.llx
Normal file
3
test/Assembler/2003-05-21-MalformedStructCrash.llx
Normal file
@ -0,0 +1,3 @@
|
||||
; Found by inspection of the code
|
||||
|
||||
global {} { int 7, float 1.0, int 7, int 8 }
|
Loading…
Reference in New Issue
Block a user