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