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