1 2 3 4 5 6 7 8 9 10
import "reexports.ek" main() { reexported_func(20); mut p = exported_struct![i27]{}; reexported_macro!(p); }