xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
VFS
/
Inputs
/
external-names.h
(revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(char ** c)
1
void
foo
(
char
**
c
) {
2
*
c
=
__FILE__
;
3
int
x
=
c
;
// produce a diagnostic
4
}
5