blob: 6057616111844be4f9f31234a8268fc159281ba1 [file] [log] [blame]
Lauro Ramos Venancioa126bb72007-07-11 19:56:53 +00001; RUN: llvm-as < %s | llc -march=c | grep {packed}
2
3 %struct.p = type <{ i16 }>
4
5define i32 @main() {
6entry:
7 %t = alloca %struct.p, align 2
8 ret i32 5
9}