-
Rui Ueyama authored
chibicc can now read complex type declarations such as below. long x; long int x; int long x; short x; short int x; int short x; long long x; long long int x;
66fa61e9
chibicc can now read complex type declarations such as below. long x; long int x; int long x; short x; short int x; int short x; long long x; long long int x;