This file is indexed.

/usr/include/isl/deprecated/ast_int.h is in libisl-dev 0.16.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
11
12
13
14
15
16
17
#ifndef ISL_DEPRECATED_AST_INT_H
#define ISL_DEPRECATED_AST_INT_H

#include <isl/deprecated/int.h>
#include <isl/ast.h>

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

int isl_ast_expr_get_int(__isl_keep isl_ast_expr *expr, isl_int *v);

#if defined(__cplusplus)
}
#endif

#endif