llvm-6502/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
2002-09-20 21:44:32 +00:00

9 lines
66 B
LLVM

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