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