summaryrefslogtreecommitdiff
path: root/src/test/check_reader.c
blob: 1d73b3f7552149e3f586158d5462b29c928c6d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
}