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