Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
redecl-add-after-load-top.h
1
struct C {
2
struct A;
3
static const int variable;
4
static constexpr int function();
5
};
6