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