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