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