blob: e715485a4ade778b1731baf2733786c527ad10d2 [file] [log] [blame]
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
define void @foo(ptr %p) {
store i1 false, ptr %p, align 8589934592
ret void
}