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