import scala._; module test { val x: Ref[Int] = new Ref(1); }