aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/test.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/test.txt b/sys/test.txt
index a01c6b3c2..6420ed54c 100644
--- a/sys/test.txt
+++ b/sys/test.txt
@@ -51,6 +51,8 @@ syz_union0 [
# Arrays.
syz_test$array0(a0 ptr[in, syz_array_struct])
+syz_test$array1(a0 ptr[in, syz_array_trailing])
+syz_test$array2(a0 ptr[in, syz_array_blob])
# Struct with a variable-length array or variable-length unions.
syz_array_struct {
@@ -63,3 +65,14 @@ syz_array_union [
f0 int16
f1 int64
] [varlen]
+
+syz_array_trailing {
+ f0 int8
+ f1 array[int8, 4:8]
+}
+
+syz_array_blob {
+ f0 int16
+ f1 array[int8, 16]
+ f2 int16
+}