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