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