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