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