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