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