The following line:
#define __FILENAME__ ({const char * pStr = strrchr(__FILE__, slash); pStr ? pStr + 1 : __FILE__;})
yields