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