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