cxx_func_identifier.cpp 61 B

123456
  1. void someFunc()
  2. {
  3. bool b = sizeof(__func__);
  4. (void)b;
  5. }