blob: 4a95238c8daf4325cb6017719f0eb800d299d4a0 [file] [log] [blame]
import models.bug433937.root.RootTransformation;
transformation bug433937();
main() {
var retcode := new RootTransformation().transform();
assert fatal (retcode.succeeded());
}