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