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: 95de4a327751ac76d847816f8db769e5b882db3e (
plain
)
1
2
3
4
5
6
int
main
(
int
ac
,
char
**
av
)
{
(
void
)
ac
;
(
void
)
av
;
return
0
;
}