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