mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
6 lines
115 B
C++
6 lines
115 B
C++
#include "compiler/compiler_spec_helper.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return bandit::run(argc, argv);
|
|
}
|