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