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