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