aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/test/test.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt
index fed8d0f47..768b7b584 100644
--- a/sys/test/test.txt
+++ b/sys/test/test.txt
@@ -811,6 +811,21 @@ auto_struct0 {
f2 int32
}
+test$auto1(a const[0x42], b ptr[in, auto_struct1], c len[b], d int32)
+
+auto_struct1 {
+ f0 len[parent, int32]
+ f1 const[0x43, int32]
+ f2 const[0, int32]
+}
+
+test$auto2(a const[0x42], b ptr[in, auto_struct2], c len[b], d int32)
+
+auto_struct2 {
+ f0 len[parent, int32]
+ f1 auto_struct1
+}
+
# Attributes
resource disabled_resource[int32]