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