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