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