Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
.
/
llvm
/
test
/
Verifier
/
token3.ll
blob: 2cce6b83e7fdd6d143c60b6038c3171653acb22d [
file
] [
log
] [
blame
]
David Majnemer
b611e3f
2015-08-14 05:09:07 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
define
void
@f
(
token
%A
,
token
%B
)
{
4
entry
:
5
alloca
token
6
; CHECK: invalid type for alloca
7
ret
void
8
}