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