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