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