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