blob: c8bfdd6bcfc6903fe01751d19027b86e0d62f946 [file] [log] [blame]
; RUN: llc < %s -march=c | grep {packed}
%struct.p = type <{ i16 }>
define i32 @main() {
entry:
%t = alloca %struct.p, align 2
ret i32 5
}