//ww:run-exit 7 package main; type done = void; export fn main() i32 = { let d: done; let a: i32 = 7; return a; };