tree-sitter/spec/runtime/runtime_specs.cc

5 lines
115 B
C++

#include "runtime/runtime_spec_helper.h"
int main(int argc, char *argv[]) {
return bandit::run(argc, argv);
}