aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/compiler/testdata')
-rw-r--r--pkg/compiler/testdata/all.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkg/compiler/testdata/all.txt b/pkg/compiler/testdata/all.txt
index 7df52dd2f..380d65319 100644
--- a/pkg/compiler/testdata/all.txt
+++ b/pkg/compiler/testdata/all.txt
@@ -256,7 +256,16 @@ s1 {
f1 int8
} [size[C2]]
-foo$s0(a ptr[in, s0], b ptr[in, s1])
+s2 {
+ f1 int8
+ f2 s3
+} [size[101]]
+
+s3 {
+ f1 int8
+} [size[100]]
+
+foo$s0(a ptr[in, s0], b ptr[in, s1], c ptr[in, s2])
# Unions.