aboutsummaryrefslogtreecommitdiff
path: root/test/yacc/code_error.tab.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-06-20 11:48:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-06-20 11:48:44 +0000
commit85a764b2c52b853993b20c6291983a1aac223f47 (patch)
tree1bdadbfcfab1670a3e7f0d95591305d721d0480c /test/yacc/code_error.tab.c
parent0b234d7a89df4780e9d2ea9817afd5d3dfaf4d27 (diff)
Diffstat (limited to 'test/yacc/code_error.tab.c')
-rw-r--r--test/yacc/code_error.tab.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/test/yacc/code_error.tab.c b/test/yacc/code_error.tab.c
new file mode 100644
index 000000000000..d394ad808498
--- /dev/null
+++ b/test/yacc/code_error.tab.c
@@ -0,0 +1,44 @@
+typedef int YYINT;
+const YYINT error_lhs[] = { -1,
+ 0,
+};
+const YYINT error_len[] = { 2,
+ 1,
+};
+const YYINT error_defred[] = { 0,
+ 1, 0,
+};
+const YYINT error_dgoto[] = { 2,
+};
+const YYINT error_sindex[] = { -256,
+ 0, 0,
+};
+const YYINT error_rindex[] = { 0,
+ 0, 0,
+};
+const YYINT error_gindex[] = { 0,
+};
+const YYINT error_table[] = { 1,
+};
+const YYINT error_check[] = { 256,
+};
+#ifndef YYDEBUG
+#define YYDEBUG 0
+#endif
+#if YYDEBUG
+const char *const error_name[] = {
+
+"end-of-file",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"illegal-symbol",
+};
+const char *const error_rule[] = {
+"$accept : S",
+"S : error",
+
+};
+#endif