index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Index
/
Inputs
/
remap-complete-to.c
blob: 30199db51a00c5f3c0d5ff1df373d8ab45f799b4 (
plain
)
1
2
3
4
5
6
int
f0
(
int
*
pointer1
,
float
*
pointer2
)
{
return
pointer2
-
pointer1
;
}
void
g
()
{