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

/* C99 __func__ */

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