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