#include "toy_parser.h" #include "toy_console_colors.h" #include int main() { fprintf(stderr, TOY_CC_WARN "WARNING: Test suite for Toy_Parser is not yet implemented\n" TOY_CC_RESET); return 0; }