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