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