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