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