aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
blob: bb9f4b7091be3e4bdd9d75c9555d3fd8509bb04e (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=c


%A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }

void %test(%A *) { ret void }