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