//ww:run-exit 7 package main; fn takesint(x: int) int = { return x; }; export fn main() int = { return takesint(7); };