New testcase for broken type printing for the cwriter

llvm-svn: 3867
This commit is contained in:
Nick Hildenbrandt 2002-09-20 21:44:32 +00:00
parent da24f223d3
commit cdbca9dde3

View File

@ -0,0 +1,8 @@
implementation
void %test() {
%X = alloca [4xint]
ret void
}