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