...

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

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

     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
     6package foo
     7
     8Foo: _ @extern(file1.xx, abi=c, sig="func(int)int")
     9
    10-- out/extern --
    11{
    12	Foo: implFoo1
    13}

View as plain text