Files
llvm-6502/test/CBackend/2002-09-20-ArrayTypeFailure.ll
Nick Hildenbrandt c92779bcb0 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
2002-09-20 21:44:32 +00:00

9 lines
66 B
LLVM

implementation
void %test() {
%X = alloca [4xint]
ret void
}