index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSNASM
/
main.c
blob: b1401b69829526a40c938e4eebfcccf83cc43e22 (
plain
)
1
2
3
4
5
6
extern
int
foo
(
void
);
extern
int
bar
(
void
);
int
main
(
void
)
{
return
foo
() +
bar
();
}