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