blob: f27e0dc9a145a978bb7a0a83d9c910883c7659a4 [file] [log] [blame]
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
define void @foo() {
%p = alloca i1, align 2147483648
ret void
}