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