module test; import std/list; let glob = 10; fun main() i32 { let local = glob + 10; ret local; }