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
/
CompileFeatures
/
cxx_func_identifier.cpp
blob: 0c3595ceef66ee4787eb9200c4bfa0dfb4a955cb (
plain
)
1
2
3
4
5
6
void
someFunc
()
{
bool
b
=
sizeof
(
__func__
);
(
void
)
b
;
}