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