llvm/clang/test/CXX/module/module.interface/Inputs/header.h

extern int foo;
namespace bar { extern int baz(); }
static int baz;