summaryrefslogtreecommitdiff
path: root/float_test4.bpl
blob: 2388a281b02f1ec29241f7b8d70bcef80f19bee0 (plain)
1
2
3
4
5
 procedure F() returns () {
	var x : float;
	x := fp (0 0);
	assert x == fp (0 0 23 8);
}