dd45c60588107c855aeb7a7426b8e712117dc555
[cparser] / decl_after_label.c
1 void foo(void)
2 {
3 lable:
4         int jummy = 5;
5 }