repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_gcc_func.c
blob
459919de29552459e415a2a1b9654ad1d8c80ab5
1
/* gcc __FUNCTION__ */
2
3
void
4
foo
(
const char
*
p
) {
5
p
=
__FUNCTION__
;
6
foo
(
p
);
7
}