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