fork download
  1. %%
  2. ECHO;
  3. %%
  4. int yywrap(void)
  5. {
  6. return 1;
  7. }
  8. int main(void)
  9. {
  10. yylex();
  11. return 0;
  12. }
Success #stdin #stdout #stderr 0.02s 6772KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
ERROR: /home/jlAOg2/prog:12:0: Syntax error: Unexpected end of file
ERROR: '$runtoplevel'/0: Undefined procedure: program/0
   Exception: (3) program ? EOF: exit