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