Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
090516fe932ad4ed14b72ea27017aeb4a15cb15c
/
.
/
llvm
/
test
/
Regression
/
Transforms
/
FunctionResolve
/
2002-11-09-ExternFn.ll
blob: be7fd308f90e656657161a7e068a72c5085fb847 [
file
] [
log
] [
blame
]
;
; RUN: llvm-as < %s | opt -funcresolve -instcombine | llvm-dis | not grep '\.\.\.'
declare
int
%foo
(
...
)
declare
int
%foo
(
int
)
void
%bar
()
{
call
int
(
...
)*
%foo
(
int
7
)
ret
void
}