OILS
/
core
/ runtime_asdl_test.cc
View on Github
|
oilshell.org
6 lines, 4 significant
1
#include
"_gen/core/runtime.asdl.h"
2
3
int main()
{
4
printf(
"OK core/runtime\n"
);
5
return 0;
6
}