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