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