etc/protocols - sync with NetBSD-8
[minix.git] / tests / usr.bin / xlint / lint1 / d_gcc_func.c
blob459919de29552459e415a2a1b9654ad1d8c80ab5
1 /* gcc __FUNCTION__ */
3 void
4 foo(const char *p) {
5 p = __FUNCTION__;
6 foo(p);