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