Alter 79292 to produce output that actually assembles.
[oota-llvm.git] / test / CodeGen / CBackend / 2003-10-23-UnusedType.ll
1 ; RUN: llvm-as < %s | llc -march=c
2
3 %A = type { i32, i8*, { i32, i32, i32, i32, i32, i32, i32, i32 }*, i16 }
4
5 define void @test(%A*) {
6         ret void
7 }
8