#include "toy_ast.h" #include "toy_console_colors.h" #include int main(void) { printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__); return -1; }