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