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