added compilation error for testing action
This commit is contained in:
parent
0be5099c77
commit
0079de6faf
|
@ -1,6 +1,6 @@
|
|||
#include <yacc/parser.tab.h>
|
||||
|
||||
int main() {
|
||||
yyparse();
|
||||
yypa rse();
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue