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