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