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