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

8 lines
72 B
C

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