blob: 9195634b0fc46c65ff809945ffe9bd742edb0137 [file] [log] [blame]
; RUN: llc < %s -march=c
%A = type { i32, i8*, { i32, i32, i32, i32, i32, i32, i32, i32 }*, i16 }
define void @test(%A*) {
ret void
}