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