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