summaryrefslogtreecommitdiff
path: root/src/test/check_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/check_reader.c')
-rw-r--r--src/test/check_reader.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/test/check_reader.c b/src/test/check_reader.c
new file mode 100644
index 0000000..1d73b3f
--- /dev/null
+++ b/src/test/check_reader.c
@@ -0,0 +1,22 @@
+#include <stdlib.h>
+#include <stdio.h>
+
+#include "../util.h"
+#include "../list.h"
+#include "../grammar.h"
+#include "../reader.h"
+
+/* The test of reading grammars should be postponed till later. */
+
+/* Grammar *
+ * read_grammar(List *args)
+ * {
+ *
+ * } */
+
+
+int
+main(U_ATTR int argc, U_ATTR char **argv)
+{
+ return 77;
+}