NetBSD/regress/usr.bin/xlint/lint1/test6.c
christos ce599fdf1d Tiny stand-alone code fragments to test lint's features/bugs.
Use obj/lint1 testX.c /dev/null to test.
We don't descend here or provide any test infrastructure yet.
2002-10-22 13:33:38 +00:00

8 lines
80 B
C

/* gcc __FUNCTION__ */
void
foo(const char *p) {
p = __FUNCTION__;
foo(p);
}