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