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