Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
CompileFeatures
/
cxx_func_identifier.cpp
blob: 0c3595ceef66ee4787eb9200c4bfa0dfb4a955cb [
file
] [
log
] [
blame
]
void
someFunc
()
{
bool
b
=
sizeof
(
__func__
);
(
void
)
b
;
}