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