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