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