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