From 8e6b9eeb2711705b01229614891c4150c7df261a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 31 Dec 2017 14:58:00 +0100 Subject: pkg/compiler: add bitsize type This is need for few crypto/xfrm descriptions. --- pkg/compiler/testdata/errors.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/compiler/testdata/errors.txt') 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 -- cgit mrf-deployment