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