%import textio
%import foo_bar
main {
str myBar = "main.bar"
sub start() {
txt.print(myBar)
txt.print(foobar.barbar)
}