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