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