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