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