#include #include #include #include #include Test(parse_no_check, simple) { ast::Exp* e = parse::parse("a + b"); } Test(parse_no_check, let_function) { parse::parse("let" "function f(a : int, b : string) : int = a" "in" "a" "end"); }