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