aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/test.txt')
-rw-r--r--sys/test.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/test.txt b/sys/test.txt
index 5072cff97..af664e4d6 100644
--- a/sys/test.txt
+++ b/sys/test.txt
@@ -95,6 +95,19 @@ syz_align6 {
f1 array[int32]
}
+# Structs
+
+syz_test$struct(a0 ptr[in, syz_struct0])
+
+syz_struct0 {
+ f0 int64
+ f1 syz_struct1
+}
+
+syz_struct1 {
+ f0 int8
+}
+
# Unions
syz_test$union0(a0 ptr[in, syz_union0_struct])