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