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