2009-06-22 08:08:35 +00:00

9 lines
118 B
C++

// RUN: clang-cc -fsyntax-only -verify %s
struct S {
static const int f0 = 0;
static int f1;
};
int S::f1 = f0;