added compilation error for testing action

This commit is contained in:
Sven Vogel 2024-04-12 18:59:35 +02:00
parent 0be5099c77
commit 0079de6faf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <yacc/parser.tab.h>
int main() {
yyparse();
yypa rse();
return 0;
}