Remove building with NOCRYPTO option
[minix.git] / tests / usr.bin / xlint / lint1 / d_c99_decls_after_stmt3.c
blob278fe1bb713c7a28e6a2db51df2bde172ba670bc
1 void sample(int i)
3 i += 1;
4 int j = 0; j += 1;