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