This file is indexed.

/usr/share/gccxml-0.9/GCC/2.95/typeinfo is in gccxml 0.9.0+cvs20111013-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
 9
10
11
#ifndef GCCXML_TYPEINFO
#define GCCXML_TYPEINFO

#include_next <typeinfo>

// 18.5/1
using std::type_info;
using std::bad_cast;
using std::bad_typeid;

#endif