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