mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-25 06:51:30 +00:00
New testcase for broken type printing for the cwriter
llvm-svn: 3867
This commit is contained in:
parent
da24f223d3
commit
cdbca9dde3
8
test/Regression/CBackend/2002-09-20-ArrayTypeFailure.ll
Normal file
8
test/Regression/CBackend/2002-09-20-ArrayTypeFailure.ll
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
void %test() {
|
||||
%X = alloca [4xint]
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user