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