8 lines
92 B
C
8 lines
92 B
C
// RUN: clang-cc -verify %s
|
|
|
|
typedef int Object;
|
|
|
|
struct Object *pp;
|
|
|
|
Object staticObject1;
|