Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
.
/
clang
/
test
/
Modules
/
Inputs
/
redecl-add-after-load-top.h
blob: 638fb013cd7ed4af4f6aece994fafaf7298e08f0 [
file
] [
log
] [
blame
]
Richard Smith
fdcd710
2014-05-16 23:16:06 +0000
[
diff
] [
blame
]
1
struct
C
{
2
struct
A
;
3
static
const
int
variable
;
4
static
constexpr
int
function
();
5
};