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