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