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