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