diff options
Diffstat (limited to 'src/go/internal/gccgoimporter/testdata/notinheap.gox')
-rw-r--r-- | src/go/internal/gccgoimporter/testdata/notinheap.gox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/go/internal/gccgoimporter/testdata/notinheap.gox b/src/go/internal/gccgoimporter/testdata/notinheap.gox new file mode 100644 index 0000000..cc438e7 --- /dev/null +++ b/src/go/internal/gccgoimporter/testdata/notinheap.gox @@ -0,0 +1,7 @@ +v3; +package notinheap +pkgpath notinheap +init notinheap ~notinheap +types 3 2 30 18 +type 1 "S" notinheap <type 2> +type 2 struct { } |