llvm-project/llvm/test/tools/llvm-cov/Inputs/relative_dir/main.c

6 lines
50 B
C

#include "header.h"
int main() {
return f();
}