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