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