test.c 90 B

123456789
  1. #include <stdio.h>
  2. #include "test.peg.c"
  3. int main()
  4. {
  5. while (yyparse());
  6. return 0;
  7. }