1// RUN: %clang_cc1 -verify %s
2
3typedef int Object;
4
5struct Object *pp;
6
7Object staticObject1;
8