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