index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CFrontend
/
2002-10-12-TooManyArguments.c
blob: 0a1b15711b5b7f3e75ecab8969967514adff5800 (
plain
)
1
2
3
4
5
6
void
foo
()
{}
void
bar
()
{
foo
(
1
,
2
,
3
);
/* Too many arguments passed */
}