aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
blob: e073928b2f8f6c35161360604dead246d64bfc70 (plain)
1
2
3
4
5
6
; 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 }