Newer
Older
UbixOS / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_cvt_constant.c
@Charlie Root Charlie Root on 31 Dec 2017 125 bytes More Cleanup
/* the second assignment assumes failed before */
int
main(void) {
    double x = 1;
    int foo = 0;
    if (foo)
	x = 1;
}