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