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