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