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