Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-157793-fix-codeql-errors
/
.
/
llvm
/
test
/
Assembler
/
invalid-label-call-arg.ll
blob: 575ec6b05e38eef82d98fc8ef1645e1fc95a39bc [
file
] [
log
] [
blame
] [
edit
]
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: invalid type for function argument
define
void
@test
()
{
bb
:
call
void
asm
""
,
""
(
label
%bb
)
ret
void
}