// RUN: %clang_cc1 -triple x86_64-unknown-unknown -std=c++11 -emit-llvm -o - %s | FileCheck %s
void
// CHECK-DAG: define internal void @_ZL1fv
;
int A::y;
int A::y2;
void
// Forward declaration w/o an attribute.
;
// Internal_linkage on a class affects all its members.
;
int B::x;
// Forward declaration with the attribute.
;
;
int C::x;
void ;
void
// CHECK-DAG: define internal void @_ZL1gv()
void