]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/tests/fuzzing/bc_inputs1/globals.txt
mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init()
[FreeBSD/FreeBSD.git] / contrib / bc / tests / fuzzing / bc_inputs1 / globals.txt
1 define i(x) {
2         ibase=x
3         return ibase
4 }
5
6 define o(x) {
7         obase=x
8         return obase
9 }
10
11 define r(x) {
12         scale=x
13         return scale
14 }
15
16 i(11)
17 ibase
18 o(12)
19 obase
20 r(15)
21 scale