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