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