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