Skip to content
Snippets Groups Projects
Commit 66fa61e9 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

Handle complex type declarations correctly

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;
parent 82601221
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment