# a hodge-podge of little tests all rolled into one incomprehensible program

# try with no optimization and no constant folding
0 mpd -P -F jumble.mpd
0 a.out 1992 1.61803 refrigerator >noopt.out
0 scmp jumble.std noopt.out

# try with maximium optimization
0 mpd -O -T -c jumble.mpd
0 mpdl ggg rrr jumble
0 a.out 01992 161.803e-2 refrigerator >withopt.out
0 scmp jumble.std withopt.out

0 rm -rf MPDinter core *.out
