This file is indexed.

/usr/share/dune/cmake/scripts/main77.cc.in is in libdune-common-dev 2.5.1-1.

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
#include<iostream>

int main()
{
  std::cout << "This test was skipped because it failed the following CMake Conditions:" << std::endl;
  ${FAILED_CONDITION_PRINTING}
  return 77;
}