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