android_mt6572_jiabo/external/clang/test/Parser/namelookup-bug-1.c
2025-09-05 16:56:03 +08:00

8 lines
121 B
C

// RUN: %clang_cc1 -verify %s
// expected-no-diagnostics
typedef int Object;
struct Object *pp;
Object staticObject1;