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