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
/
Verifier
/
2008-01-11-VarargAttrs.ll
blob
aaf146f0d26872513bd4c4ba6655bddd0f026b14
1
; RUN: not llvm-as < %s > /dev/null 2>&1
2
3
%struct = type { }
4
5
declare void @foo(...)
6
7
define void @bar() {
8
call void (...) @foo(ptr sret(%struct) null )
9
ret void
10
}