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