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