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