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