This file is indexed.

/usr/share/gobject-introspection-1.0/tests/gitestmacros.h is in gobject-introspection 1.56.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
 9
10
#ifndef __GITESTMACROS_H__
#define __GITESTMACROS_H__

#ifndef _GI_EXTERN
#define _GI_EXTERN extern
#endif

#define _GI_TEST_EXTERN _GI_EXTERN

#endif