diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-31 14:58:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-06 17:40:36 +0100 |
| commit | 8e6b9eeb2711705b01229614891c4150c7df261a (patch) | |
| tree | d25c322d2013b2e5d88fea4c83fff5fe60334cf8 /pkg/compiler/testdata | |
| parent | bb0359b914863d1c662a775b4159834e0fa697ce (diff) | |
pkg/compiler: add bitsize type
This is need for few crypto/xfrm descriptions.
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 629c2c864..de131fc5b 100644 --- a/pkg/compiler/testdata/errors.txt +++ b/pkg/compiler/testdata/errors.txt @@ -113,6 +113,7 @@ foo$48(a ptr[in, int32:7]) ### unexpected ':', only struct fields can be bitfiel 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]) opt { ### struct uses reserved name opt f1 int32 |
