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