mirror of https://github.com/tinygo-org/tinygo.git
Damian Gryski
2 years ago
committed by
Ron Evans
3 changed files with 8155 additions and 67 deletions
File diff suppressed because it is too large
@ -0,0 +1,10 @@ |
|||
// Copyright 2021 The Go Authors. All rights reserved.
|
|||
// Use of this source code is governed by a BSD-style
|
|||
// license that can be found in the LICENSE file.
|
|||
|
|||
package example1 |
|||
|
|||
type MyStruct struct { |
|||
MyStructs []MyStruct |
|||
MyStruct *MyStruct |
|||
} |
@ -0,0 +1,10 @@ |
|||
// Copyright 2021 The Go Authors. All rights reserved.
|
|||
// Use of this source code is governed by a BSD-style
|
|||
// license that can be found in the LICENSE file.
|
|||
|
|||
package example2 |
|||
|
|||
type MyStruct struct { |
|||
MyStructs []MyStruct |
|||
MyStruct *MyStruct |
|||
} |
Loading…
Reference in new issue