This file is indexed.

/usr/share/doc/liblhapdf-dev/examples/CCTest5.cc is in liblhapdf-dev 5.9.1-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#include "LHAPDF/LHAPDF.h"
#include <cstdlib>
using namespace std;

int main() {
  LHAPDF::initPDFSet("NNPDF21_nnlo_nf5_100.LHgrid");
  return EXIT_SUCCESS;
}


#include "FortranWrappers.h"
#ifdef FC_DUMMY_MAIN
int FC_DUMMY_MAIN() { return 1; }
#endif