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