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