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
}