summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
blob: 9195634b0fc46c65ff809945ffe9bd742edb0137 (plain)
1
2
3
4
5
6
7
8
; RUN: llc < %s -march=c

%A = type { i32, i8*, { i32, i32, i32, i32, i32, i32, i32, i32 }*, i16 }

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

OpenPOWER on IntegriCloud