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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
byref-parse-error-10.ll
blob
272c4113ec7708001a8869a7ae7c1c770696f1c8
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: <stdin>:[[@LINE+1]]:33: error: expected type{{$}}
4
define void @test_byref() byref(4) {
5
ret void
6
}