]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/usr.bin/xlint/lint1/d_cvt_constant.c
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / usr.bin / xlint / lint1 / d_cvt_constant.c
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;
8 }