1*11be35a1SLionel Sambuc /* gcc __FUNCTION__ */ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc void foo(const char * p)4*11be35a1SLionel Sambuc foo(const char *p) { 5*11be35a1SLionel Sambuc p = __FUNCTION__; 6*11be35a1SLionel Sambuc foo(p); 7*11be35a1SLionel Sambuc } 8