xref: /llvm-project/clang/test/Coverage/html-multifile-diagnostics.h (revision f0cadcd9f385d36dc751cdb32476b32ec43306b5)

f1(int * ptr)1*f0cadcd9SDevin Coughlin void f1(int *ptr) {
2*f0cadcd9SDevin Coughlin   *ptr = 0;
3*f0cadcd9SDevin Coughlin }
4