...

Text file src/cuelang.org/go/internal/core/runtime/testdata/compile.txtar

Documentation: cuelang.org/go/internal/core/runtime/testdata

     1-- compile.cue --
     2@extern("test")
     3
     4package ok
     5
     6foo: _ @extern("file.xx", fail)
     7-- out/extern --
     8can't load from external module: TEST: fail compilation:
     9    ./compile.cue:5:8

View as plain text