summaryrefslogtreecommitdiff
path: root/test/yacc/calc_code_provides.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/yacc/calc_code_provides.tab.h')
-rw-r--r--test/yacc/calc_code_provides.tab.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/yacc/calc_code_provides.tab.h b/test/yacc/calc_code_provides.tab.h
new file mode 100644
index 0000000000000..a7004790d1f47
--- /dev/null
+++ b/test/yacc/calc_code_provides.tab.h
@@ -0,0 +1,9 @@
+#define DIGIT 257
+#define LETTER 258
+#define UMINUS 259
+/* %code "provides" block start */
+#line 1 "calc_code_provides.y"
+/* CODE-PROVIDES */
+#line 2 "calc_code_provides.y"
+/* CODE-PROVIDES2 */
+/* %code "provides" block end */