aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/compiler/testdata')
-rw-r--r--pkg/compiler/testdata/all.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkg/compiler/testdata/all.txt b/pkg/compiler/testdata/all.txt
index 380d65319..9d94a81a1 100644
--- a/pkg/compiler/testdata/all.txt
+++ b/pkg/compiler/testdata/all.txt
@@ -265,7 +265,12 @@ s3 {
f1 int8
} [size[100]]
-foo$s0(a ptr[in, s0], b ptr[in, s1], c ptr[in, s2])
+s4 {
+ f1 fmt[hex, int32]
+ f2 int8
+} [size[19]]
+
+foo$s0(a ptr[in, s0], b ptr[in, s1], c ptr[in, s2], d ptr[in, s4])
# Unions.