NetBSD-5.0.2/regress/usr.bin/xlint/lint1/test6.c

/* gcc __FUNCTION__ */

void
foo(const char *p) {
	p = __FUNCTION__;
	foo(p);
}