d_c99_decls_after_stmt3.c revision 272458
1void sample(int i)
2{
3  i += 1;
4  int j = 0; j += 1;
5}
6