This file is indexed.

/usr/share/openscenegraph/examples/osgshadow/IslandScene.h is in openscenegraph-examples 3.2.0~rc1-4.

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
#ifndef ISLANDSCENE_H
#define ISLANDSCENE_H

// declare namespace and function to create the island scene 
namespace ModelFour { 
    osg::Node* createModel(osg::ArgumentParser& /*arguments*/); 
}

#endif