1 2 3 4 5 6 7 8
#include <compiler.hpp> #include <driver.hpp> int main(int argc, char **argv) { willowc::willowc_main(argc, argv); return 0; }