aboutsummaryrefslogtreecommitdiffstats
path: root/spec/e2e/imports/main.alv
blob: 94af19e5725ea341f699caf054aee73b883958ff (plain)
1
2
3
4
5
6
7
8
([5]print "START OF MAIN")
#([1]import a b c)
([1]import a)
([6]print "IMPORTS DONE")

([2]print a/hello)
#([3]print b/hello)
#([4]print c/hello)