mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c16e631e94
commit
8afdc7de1c
4
test/CBackend/2003-05-31-MissingStructName.ll
Normal file
4
test/CBackend/2003-05-31-MissingStructName.ll
Normal file
@ -0,0 +1,4 @@
|
||||
; The C backend was dying when there was no typename for a struct type!
|
||||
|
||||
declare int %test(int,{ [32 x int] }*)
|
||||
|
4
test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
Normal file
4
test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
Normal file
@ -0,0 +1,4 @@
|
||||
; The C backend was dying when there was no typename for a struct type!
|
||||
|
||||
declare int %test(int,{ [32 x int] }*)
|
||||
|
Loading…
Reference in New Issue
Block a user