summaryrefslogtreecommitdiff
path: root/willow/tools/willowc/main.cpp
blob: e5049a77de32603e2d7b7a1395f8c82c7891b657 (plain)
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;
}