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
/
VSMASM
/
main.c
blob: 18ddb7826fb06119c1518443a61554ed8a1104ae (
plain
)
1
2
3
4
5
extern
int
foo
(
void
);
int
main
(
void
)
{
return
foo
();
}