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