blob: 18a4a64a155814dd8b67ad63cb0f44616a26718a [file] [log] [blame]
; RUN: not opt -verify < %s 2>&1 | FileCheck %s
; CHECK: Attribute 'inalloca' does not support unsized types!
; CHECK-NEXT: void (ptr)* @f
define void @f(ptr inalloca(token)) {
ret void
}