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