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