DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / CXX / basic / basic.lookup / basic.lookup.unqual / p13.cpp
123456789
// RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics struct S { static const int f0 = 0; static int f1; }; int S::f1 = f0;