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