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