diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-01 11:23:45 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-06 17:40:49 +0100 |
| commit | a8927abe6c1b5b5e11339ee5958ad2f365ad3067 (patch) | |
| tree | e0d08c511a6ce206089e31d40281427d5f58d0b2 /pkg/compiler/testdata | |
| parent | 8a67aa70b05cbdf2dd5702f4c3ba302f2feba0cf (diff) | |
prog: support opt for proc types
Diffstat (limited to 'pkg/compiler/testdata')
| -rw-r--r-- | pkg/compiler/testdata/errors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt index de131fc5b..ade8c624f 100644 --- a/pkg/compiler/testdata/errors.txt +++ b/pkg/compiler/testdata/errors.txt @@ -114,6 +114,7 @@ foo$49(a ptr[in, array[int32, 0:1]]) foo$50(a ptr[in, array[int32, 0]]) ### arrays of size 0 are not supported foo$51(a ptr[in, array[int32, 0:0]]) ### arrays of size 0 are not supported foo$52(a intptr, b bitsize[a]) +foo$53(a proc[20, 10, opt]) opt { ### struct uses reserved name opt f1 int32 |
