1 2 3 4 5 6 7 8 9
import "struct.ek" main() { mut p = struct![i27]{}; p.do_something(); some_func(); }