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