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
/
SubProject
/
car.cxx
blob: cc3a4e01e271cb30e386730b39c375a7b556b33e (
plain
)
1
2
3
4
5
6
int
main
(
int
ac
,
char
**
av
)
{
(
void
)
ac
;
(
void
)
av
;
return
0
;
}