blob: 9d66c1584fe221c0ca3f06beb5158d716153adbf [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
}