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