xref
: /
external
/
llvm-project
/
clang
/
test
/
Coverage
/
html-multifile-diagnostics.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f1(int * ptr)
1
void
f1
(
int
*
ptr
) {
2
*
ptr
= 0;
3
}
4