libparse-recdescent-perl/demo/demo.c

11 lines
126 B
C
Raw Permalink Normal View History

2022-09-23 10:00:36 +08:00
int main()
{
int i;
int k;
int more_indented;
int l;
char *str = "/* this is no comment */";
return 0;
}