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