This file is indexed.

/usr/include/isl/maybe_ast_expr.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
#ifndef ISL_MAYBE_AST_EXPR_H
#define ISL_MAYBE_AST_EXPR_H

#define ISL_TYPE	isl_ast_expr
#include <isl/maybe_templ.h>
#undef ISL_TYPE

#endif