Clang Project
clang_source_code
/
test
/
Coverage
/
html-multifile-diagnostics.h
1
void f1(int *ptr) {
2
*ptr = 0;
3
}
4