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
/
Misc
/
Inputs
/
include.h
blob: 72835e90a551d1eca4418c055a74f8ea32e35f34 (
plain
)
1
2
3
#define EQUALS(a,b) a == b
int
foo
(
int
x
)
{
return
x
;
}