opnsense-src/test/CXX/basic/basic.lookup/basic.lookup.unqual/p13.cpp
2010-01-01 10:34:51 +00:00

8 lines
120 B
C++

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