Clang Project

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