aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/consts_errors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/compiler/testdata/consts_errors.txt')
-rw-r--r--pkg/compiler/testdata/consts_errors.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/consts_errors.txt b/pkg/compiler/testdata/consts_errors.txt
new file mode 100644
index 000000000..4771777ec
--- /dev/null
+++ b/pkg/compiler/testdata/consts_errors.txt
@@ -0,0 +1,10 @@
+# Copyright 2017 syzkaller project authors. All rights reserved.
+# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+include <foo/bar.h>
+incdir </foo>
+include <foo/bar.h> ### duplicate include "foo/bar.h"
+incdir </foo> ### duplicate incdir "/foo"
+
+define D0 0
+define D0 1 ### duplicate define D0