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