eval `opam config env`
make clean
make
./testall.sh -k tests/<some single test>.mc

TODO
- Eliminate preprocessor dependencies from sample program, i.e. SIZE

HELPFUL
- to get LLVM out of a C file with clang:

clang -cc1 <filename.c> -emit-llvm

-- this will output the LLVM in whatever directory the C file is in

PARSING ERRORS?

menhir parser.mly --explain
