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