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