oops, forgot one.
This commit is contained in:
parent
ce599fdf1d
commit
c56bbaaa39
7
regress/usr.bin/xlint/lint1/test7.c
Normal file
7
regress/usr.bin/xlint/lint1/test7.c
Normal file
@ -0,0 +1,7 @@
|
||||
/* C99 __func__ */
|
||||
|
||||
void
|
||||
foo(const char *p) {
|
||||
p = __func__;
|
||||
foo(p);
|
||||
}
|
Loading…
Reference in New Issue
Block a user