ref: a065812f7718a33b09cb653949436dc1ab544756 dir: /test/genericval.myr/
use std generic Foo : @a::(integral,numeric) = 42 const main = { std.exit(Foo) }