Home | History | Annotate | Download | only in Parser
      1 // RUN: %clang_cc1 -verify %s
      2 
      3 typedef int Object;
      4 
      5 struct Object *pp;
      6 
      7 Object staticObject1;
      8