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