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