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