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