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