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