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