blob: 776d218c56cd3452639974f1f19eb6b807da7f67 [file] [log] [blame]
rename_scope
a = Natural_UP();
b = Natural_BP();
if (a.rtest() != 1)
error("failed");
endif
if (b.rtest() != 1)
error("failed");
endif
f = @equals;