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