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