android_mt6572_jiabo/external/clang/test/Modules/Inputs/redecl-add-after-load-top.h
2025-09-05 16:56:03 +08:00

5 lines
90 B
C

struct C {
struct A;
static const int variable;
static constexpr int function();
};