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