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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
byref-parse-error-2.ll
blob
6037c3ac3c73d331656e36dec673172110ef18a2
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(i8* byref()) {
5
ret void
6
}
7