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