1 2 3 4 5 6 7
from "a" import @b, @c as @d; @main { v0: int = const 1; v1: int = const 2; v2: int = add v0 v1; }