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