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