bb9f4b7091be3e4bdd9d75c9555d3fd8509bb04e
[oota-llvm.git] / test / CodeGen / CBackend / 2003-10-23-UnusedType.ll
1 ; RUN: llvm-as < %s | llc -march=c
2
3
4 %A = type { uint, sbyte*, { uint, uint, uint, uint, uint, uint, uint, uint }*, ushort }
5
6 void %test(%A *) { ret void }