mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
New testcase for broken type printing for the cwriter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f2d5a4d76
commit
c92779bcb0
8
test/CBackend/2002-09-20-ArrayTypeFailure.ll
Normal file
8
test/CBackend/2002-09-20-ArrayTypeFailure.ll
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
void %test() {
|
||||
%X = alloca [4xint]
|
||||
ret void
|
||||
}
|
8
test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
Normal file
8
test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
void %test() {
|
||||
%X = alloca [4xint]
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user