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