CMake/Tests/CompileFeatures/cxx_func_identifier.cpp

7 lines
61 B
C++
Raw Normal View History

2014-04-06 12:52:38 +04:00
void someFunc()
{
bool b = sizeof(__func__);
(void)b;
}