The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Index
Inputs
remap-load-to.c
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
int
foo
(
int
parm1
,
float
parm2
)
{
return
parm1
+
parm2
;
}