allwinner_a64/android/external/clang/test/Modules/Inputs/redecl-add-after-load-top.h
2018-08-08 16:14:42 +08:00

5 lines
90 B
C

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