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

8 lines
72 B
C
Raw Normal View History

2002-10-22 17:34:45 +04:00
/* C99 __func__ */
void
foo(const char *p) {
p = __func__;
foo(p);
}