summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/unit/ast/test_hello.cc
blob: b52d5acd2cbaf8af36df01054e1a47da2e7e71eb (plain)
1
2
3
4
5
6
#include <criterion/criterion.h>

Test(ast, hello)
{
  1;
}