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