This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
81789679db
NetBSD
/
regress
/
usr.bin
/
xlint
/
lint1
/
test6.c
8 lines
80 B
C
Raw
Blame
History
/* gcc __FUNCTION__ */
void
foo
(
const
char
*
p
)
{
p
=
__FUNCTION__
;
foo
(
p
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink