This file is indexed.

/usr/include/isl/printer_type.h is in libisl-dev 0.19-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
12
13
14
15
#ifndef ISL_PRINTER_TYPE_H
#define ISL_PRINTER_TYPE_H

#if defined(__cplusplus)
extern "C" {
#endif

struct isl_printer;
typedef struct isl_printer isl_printer;

#if defined(__cplusplus)
}
#endif

#endif