Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Regression
/
Assembler
/
2003-04-25-UnresolvedGlobalReference.ll
blob: 89132f6f2f708a5d24a6583c029287efbe05e059 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s -o /dev/null -f
; There should be absolutely no problem with this testcase.
implementation
int
%test
(
int
%arg1
,
int
%arg2
)
{
ret
int
cast
(
int
(
int
,
int
)*
%test
to
int
)
}