blob: 13bd3f17834a70e3ce9816cb53d96fa2f7b6672a [file] [log] [blame]
package main
import . "rename_scope"
func main() {
a := NewNatural_UP()
b := NewNatural_BP()
if a.Rtest() != 1 {
panic(0)
}
if b.Rtest() != 1 {
panic(0)
}
_ = Equals
}