RetroShare/supportlibs/pegmarkdown/peg-0.1.9/examples/test.c
2012-12-09 12:12:57 +00:00

9 lines
90 B
C

#include <stdio.h>
#include "test.peg.c"
int main()
{
while (yyparse());
return 0;
}