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