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:
Nick Hildenbrandt 2002-09-20 21:44:32 +00:00
parent 4f2d5a4d76
commit c92779bcb0
2 changed files with 16 additions and 0 deletions

View File

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

View File

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