mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 18:26:05 +00:00
9 lines
121 B
C
9 lines
121 B
C
// RUN: %clang_cc1 -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
typedef int Object;
|
|
|
|
struct Object *pp;
|
|
|
|
Object staticObject1;
|