Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
27ee7ed28916035fc019752dfd1717a5e6f3eb3f
/
.
/
Tests
/
CompileFeatures
/
cxx_func_identifier.cpp
blob: 0c3595ceef66ee4787eb9200c4bfa0dfb4a955cb [
file
]
void
someFunc
()
{
bool
b
=
sizeof
(
__func__
);
(
void
)
b
;
}