llvm/clang/test/Modules/Inputs/cxx20/unimported.h

namespace StructuredBinding {
  struct Q { int p, q; };
  static auto [a, b] = Q();
}