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