Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Apr 16, 2024
1 parent d6fd7ab commit d25309c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sszgen/testcases/issue_159.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package testcases

//go:generate go run ../main.go --path issue_159.go -objs Issue159

Check failure on line 3 in sszgen/testcases/issue_159.go

View workflow job for this annotation

GitHub Actions / Go test

running "go": exit status 1

// Issue159 is a struct with a Data field
type Issue159[B [48]byte] struct {
Data B `ssz-size:"48"`
}

0 comments on commit d25309c

Please sign in to comment.