[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Assembler / align-inst-store.ll
blobf39fac2d989a02b9f8e158ba878b59b4fadd98ab
1 ; RUN: not llvm-as %s -o /dev/null 2>/dev/null
3 define void @foo(i1* %p) {
4   store i1 false, i1* %p, align 8589934592
5   ret void