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