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