//ww:run-exit 7 package aa; export let v: i32 = 7; package main; import aa; let v: i32 = 99; export fn main() i32 = { return aa.v; };