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