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