#include #include #include "../util.h" #include "../list.h" #include "../grammar.h" #include "../reader.h" /* The test of reading grammars should be postponed till later. */ /* Grammar * * read_grammar(List *args) * { * * } */ int main(U_ATTR int argc, U_ATTR char **argv) { return 77; }