diff options
Diffstat (limited to 'prog')
| -rw-r--r-- | prog/size_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prog/size_test.go b/prog/size_test.go index 9c76d05f6..8f472491d 100644 --- a/prog/size_test.go +++ b/prog/size_test.go @@ -126,6 +126,10 @@ func TestAssignSize(t *testing.T) { "syz_test$length22(&(0x7f0000000000)='12345', 0x0)", "syz_test$length22(&(0x7f0000000000)='12345', 0x28)", }, + { + "syz_test$length23(&(0x7f0000000000)={0x1, {0x2, 0x0}})", + "syz_test$length23(&(0x7f0000000000)={0x1, {0x2, 0x6}})", + }, } for i, test := range tests { |
