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
/
CxxDialect
/
use_typeof.cxx
blob: dabb61f4f1c3d5553731b900641f4b554ed7b1d1 (
plain
)
1
2
3
4
5
6
int
main
(
int
argc
,
char
**)
{
typeof
(
argc
)
ret
=
0
;
return
ret
;
}