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