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