Files
tsl-devkit/lsp-server/test/test_ast/main.cc
T
csh e5782c76fa ♻️ refactor(lsp_server): move entrypoints out of named modules
- export Run() from launcher module and add non-module main TU
- apply same pattern to module-based test executables
- migrate utils/string implementation fully into string.cppm and drop string.cpp
- point clangd to linux build compilation database
2025-12-13 19:55:45 +08:00

7 lines
92 B
C++

import lsp.test.ast.main;
int main(int argc, char* argv[])
{
return Run(argc, argv);
}