blob: 48f870d40c432e0b45358ea85294e0ce9f43832b [file] [log] [blame]
; RUN: not opt -verify -opaque-pointers < %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
}