[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Verifier / opaque-ptr-invalid.ll
blob48f870d40c432e0b45358ea85294e0ce9f43832b
1 ; RUN: not opt -verify -opaque-pointers < %s 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'inalloca' does not support unsized types!
4 ; CHECK-NEXT: ptr @f
5 define void @f(ptr inalloca(token)) {
6     ret void