Remove building with NOCRYPTO option
[minix.git] / tests / usr.bin / xlint / lint1 / d_cvt_constant.c
blobaa74509fa42eeb64e047434e35bd4a5eb2e6e037
1 /* the second assignment assumes failed before */
2 int
3 main(void) {
4 double x = 1;
5 int foo = 0;
6 if (foo)
7 x = 1;