blob: 6e2abcc1adea8aac789ca55b36cb547a85caba71 [file] [log] [blame]
// RUN: clang-cc -emit-llvm -o - %s
struct S {
static int i;
};
void f() {
int a = S::i;
}