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