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