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