From a8927abe6c1b5b5e11339ee5958ad2f365ad3067 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 1 Jan 2018 11:23:45 +0100 Subject: prog: support opt for proc types --- pkg/compiler/testdata/errors.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/compiler/testdata') 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 -- cgit mrf-deployment