repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
byref-parse-error-5.ll
blob
dbc4825e93ad2e047c31e783645c34361ba5b794
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: <stdin>:[[@LINE+1]]:14: error: expected '('{{$}}
4
define byref ptr @test_byref() {
5
ret void
6
}