Sign in
cobalt
/
cobalt
/
cc19caab3101a025a2ae4db11601ed3496c7d730
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
Verifier
/
token3.ll
blob: 2cce6b83e7fdd6d143c60b6038c3171653acb22d [
file
] [
log
] [
blame
]
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
define
void
@f
(
token
%A
,
token
%B
)
{
entry
:
alloca
token
; CHECK: invalid type for alloca
ret
void
}