cue: move fuzz_test.go from cue/parser and expand a bit
We want to fuzz more than just cue/parser.
For example, I just ran into a panic with `cue fix`
because cue/ast.TryClause is not covered in cue/ast/astutil.Apply;
that's a bug that we could have easily caught with some fuzzing.
The cue package is a better home for a high-level and broad fuzzer.
We will expand this fuzzer in the following commits.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ia8c6ef211a0ab96aecbb18031b0ada7891e05e5a
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1234631
Reviewed-by: Matthew Sackman <matthew@cue.works>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>