1 2 3 4 5 6 7 8 9 10
/// path: empty.typ ----- /// path: a.typ #let a = 0 #import "empty.typ": * #let a = 1 #import "empty.typ": * #let b = 2 ----- #import "a.typ": /* ident after */ a