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