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