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