#ifndef COMPILER_FUNCTIONCALLS_H
#define COMPILER_FUNCTIONCALLS_H
#include "compiler/common.h"
extern void call_function(ENode *expr, Operand *output);
#endif