Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
llvm
/
test
/
Assembler
/
byref-parse-error-3.ll
blob: 1047f0cbcb0bf33ce2d4e55a6a6a7f39153f17bd [
file
] [
log
] [
blame
] [
edit
]
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
define
void
@test_byref
(
ptr
byref
(
-
1
))
{
ret
void
}