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
/
ASTMerge
/
Inputs
/
exprs2.c
blob: bc768879799d3d7cab6901515336d9d48255470a (
plain
)
1
2
3
4
5
6
7
// Matching
enum
E0
{
E0_Val0
=
'a'
,
E0_Val1
=
(
17
),
E0_Val2
=
(
1
<<
2
)
};