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