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
/
invalid-byval-type2.ll
blob
879375a42e8bf2db4a750eab537675863ca5574b
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: error: void type only allowed for function results
4
declare void @foo(ptr byval(void))