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