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