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
/
Modules
/
Inputs
/
irgen.h
blob: 9936bf62ef1c745a6693e05f857f4fa69598d464 (
plain
)
1
static
inline
int
triple
(
int
x
)
{
return
x
*
3
;
}