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