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