OILS / frontend / syntax_asdl_test.cc View on Github | oilshell.org

6 lines, 4 significant
1#include "_gen/frontend/syntax.asdl.h"
2
3int main() {
4 printf("OK frontend/syntax\n");
5 return 0;
6}