ref: ba9f79ecd79a5d24b74f714cc8c70204d5bc26c5 dir: /test/genericuret.myr/
use std generic work = {val : @a -> `std.Some val } const main = { work(123) std.exit(42) }