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