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