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