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