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