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