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