Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ac51de6ec2f01fce1d9dadf59a86ffe825c42bc7
/
.
/
clang
/
test
/
CXX
/
basic
/
basic.lookup
/
basic.lookup.unqual
/
p13.cpp
blob: 58d7ff4d16afbac237d8618f126a447816ce5e68 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
struct
S
{
static
const
int
f0
=
0
;
static
int
f1
;
};
int
S
::
f1
=
f0
;