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