llvm/clang/test/Modules/Inputs/cxx-lookup/y.h

#include "x.h"
namespace llvm {
  struct ulittle32_t;
  extern allocator<ulittle32_t> *x;
}