/*
 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 * See https://llvm.org/LICENSE.txt for license information.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 *
 */

extern int mk_ceil_div(int, int);
extern int opt_binop(int, int, int, int);
extern int opt_unop(int, int, int);
extern int opt_ast(int);
extern int mk_size(int, int);
extern int search_basearr(int);
