]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/tests/fuzzing/bc_inputs3/void.txt
mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init()
[FreeBSD/FreeBSD.git] / contrib / bc / tests / fuzzing / bc_inputs3 / void.txt
1 define void stuff(x) {
2         print "x: ", x, "\n"
3 }
4
5 define void(x) {
6         return x
7 }
8
9 stuff(0)
10 stuff(1)
11 stuff(2.2839)
12 stuff(-9.9289389)
13
14 void(0)
15 void(1)
16 void(2.9823)
17 void(-3.5982)
18
19 void = .198389
20 void + 10