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