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