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