Sign in
android
/
toolchain
/
llvm-project
/
f142f8afe21bceb00fb495468aa0b5043e98c419
/
.
/
llvm
/
test
/
Verifier
/
opaque-ptr-invalid.ll
blob: fc4796b305948fe91adcd5af9e4b6f41c9b80507 [
file
] [
log
] [
blame
]
; RUN: not opt -passes=verify < %s 2>&1 | FileCheck %s
; CHECK: Attribute 'inalloca' does not support unsized types!
; CHECK-NEXT: ptr @f
define
void
@f
(
ptr
inalloca
(
token
))
{
ret
void
}