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