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