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