package varmod; export let varmod: i32 = 0i32; export type flag = enum i32 { NONE = 0, A = 42, };