ce599fdf1d
Use obj/lint1 testX.c /dev/null to test. We don't descend here or provide any test infrastructure yet.
8 lines
80 B
C
8 lines
80 B
C
/* gcc __FUNCTION__ */
|
|
|
|
void
|
|
foo(const char *p) {
|
|
p = __FUNCTION__;
|
|
foo(p);
|
|
}
|