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