(options -replace force_weak)

(coverage operator operand)

(scaffold.c -main
	(test1 (coverage operator operand))
	(test2 (coverage -operator operand))
	(test3 (coverage operator operand))
	(test4 (coverage -operator operand))
	(test5 (coverage operator -operand))
	(test6 (coverage -operator -operand))
	(test7 (coverage operator -operand))
	(test8 (coverage -operator -operand))
)

(scaffold2.c -main
	(coverage branch multi)
)
(not.c -main)
(bitnot.c -main)
(negate.c -main)
(options check_weak)
(options -produce-object)
(logfile GLOG)
(options -readlog -writelog)
