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