]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/fuzzing/bc_inputs3/20.txt
Set file mode during zfs_write
[FreeBSD/FreeBSD.git] / tests / fuzzing / bc_inputs3 / 20.txt
1 define w() { auto z; return 1; }
2 define x() {
3 "0"
4 return (1)
5 }
6 define y() {
7 "0"
8         return (2)
9 }
10 define z() {
11         "0"
12         return (3)
13 }
14 define v() { return }
15
16 v()
17
18 w()
19
20 if (x() == y()) { 0 }
21 1
22 if (x() <= y()) { 2 }
23 if (y() >= x()) { 3 }
24 if (x() != y()) { 4 }
25 if (x() < y()) { 5 }
26 if (y() > x()) { 6 }
27
28 if (x() == z()) { 100}
29 10
30 if (x() <= z()) { 10 }
31 if (z() >= x()) { 10 }
32 if (x() != z()) { 10 }
33 if (x() < z()) { 10 }
34 if (z() > x()) { 10 }
35
36 x = -10
37 while (x <= 0) {
38         x
39         if (x == -5) break;
40         x += 1
41 }
42
43 define u() {
44         auto a[];
45         return a[H]
46 }
47
48 u()
49
50 if (x == -4) x
51 000000000000000000000000ΓΏ