llvm/clang/test/InstallAPI/Inputs/Simple/Simple.framework/PrivateHeaders/SimplePrivate.h

// Test private global variable.
extern int privateGlobalVariable;

// Test weak private global.
extern int weakPrivateGlobalVariable __attribute__((weak));