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