1#include <isl/stream.h>
2
3struct isl_token *isl_token_new(isl_ctx *ctx,
4	int line, int col, unsigned on_new_line);
5