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