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