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