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