Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-cov / Inputs / dir-with-filtering1.cpp
blobb6a308f5ccb79ec9f3f556e837b1670f8c57ed40
1 int f1() {
2 return 1;
5 int main() {
6 f1();
7 return 0;