index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_gcc_func.c
blob: 459919de29552459e415a2a1b9654ad1d8c80ab5 (
plain
)
1
2
3
4
5
6
7
/* gcc __FUNCTION__ */ void foo(const char *p) { p = __FUNCTION__; foo(p); }