This file is indexed.

/usr/include/isl/version.h is in libisl-dev-lts 0.11.1-2ubuntu2.

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

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

const char *isl_version(void);

#if defined(__cplusplus)
}
#endif

#endif