// nontest IO.print("start b") var B = "b value" IO.print("b defined ", B) var A = "a".import_("A") IO.print("b imported ", A) IO.print("end b")