diff options
Diffstat (limited to 'misc/cgo/testshared/testdata/exe3/exe3.go')
-rw-r--r-- | misc/cgo/testshared/testdata/exe3/exe3.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/cgo/testshared/testdata/exe3/exe3.go b/misc/cgo/testshared/testdata/exe3/exe3.go new file mode 100644 index 0000000..533e3a9 --- /dev/null +++ b/misc/cgo/testshared/testdata/exe3/exe3.go @@ -0,0 +1,7 @@ +package main + +import "testshared/dep3" + +func main() { + dep3.D3() +} |