cuelang.org/go@v0.10.1/cue/load/testdata/testmod/multi5/nopackage.cue (about) 1 // The underscore package should be treated the same as an omitted package 2 // clause. 3 4 package _ 5 6 x: 1 7