llvm/clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/system/vector.h

#pragma once
#include <string.h>

namespace std { class vector {}; }