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