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