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