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