Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
Transforms
/
FunctionResolve
/
2002-11-09-ExternFn.ll
blob: 8a1723abf0bf05c051a82e928192b95d4f4f35c2 [
file
] [
log
] [
blame
]
; XFAIL: *
;
; 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
}