use crate::;
pub extern "C"
pub extern "C"
// TODO: potentially implement this
// #[derive(Debug, Error)]
// #[repr(i64)]
// pub(crate) enum CompiledExecutionError {
// #[error("An error occured! Clac exiting.")]
// Error,
// }
// pub(crate) extern "C" fn error(err: CompiledExecutionError) {
// eprintln!("{}", err);
// std::process::exit(1);
// }
pub extern "C"