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