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
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
byref-parse-error-2.ll
blob
476a9e0506f5d84dd1c8625a788a1e93d5a3e626
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
4
define void @test_byref(ptr byref()) {
5
ret void
6
}
7