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