cuelang.org/go@v0.10.1/internal/core/runtime/testdata/_debug.txtar (about) 1 // This file is ordered first and is added as a convenience debugging tool. 2 // Do not remove. 3 -- a_debug.cue -- 4 @extern("test") 5 6 package foo 7 8 Foo: _ @extern(file1.xx, abi=c, sig="func(int)int") 9 10 -- out/extern -- 11 { 12 Foo: implFoo1 13 }