Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / usr.bin / xlint / lint1 / test7.c
blobb827bfa9f6bcad833ae6e5f32ef522e56b12c1a4
1 /* C99 __func__ */
3 void
4 foo(const char *p) {
5 p = __func__;
6 foo(p);