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