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