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