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
/
ignored_macros.h
blob: 250b58c2f70469a5342648239e0c3e512cc1edf3 (
plain
)
1
2
3
4
5
6
7
8
struct
Point
{
double
x
,
y
;
};
#ifdef IGNORED
int
*
has_ignored
(
void
);
#endif