FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cxx11-test-__func__.cpp
Go to the documentation of this file.
1 int main(void)
2 {
3  if (!__func__)
4  return 1;
5  if (!(*__func__))
6  return 1;
7  return 0;
8 }
int main(void)