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