4.4BSD/usr/src/old/dbx/tests/pc/reals.in

print 3+4
print 3.5+4.5
stop in program
run
next
step
print y
print y + 2
print 3.5*y
stop in f
cont
where
cont