xref: /src/contrib/netbsd-tests/usr.bin/xlint/lint1/d_c99_decls_after_stmt.c (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
1 void sample(void)
2 {
3   int i = 0; i += 1;
4   int j = 0; j += 1;
5 }
6