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