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