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