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