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