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