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