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