llvm-6502/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
2006-12-02 04:23:10 +00:00

7 lines
171 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
void %test(%A *) { ret void }