xref
: /
external
/
clang
/
test
/
VFS
/
Inputs
/
external-names.h
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