Files
revng-revng/lib/Support/ExplicitSpecializations.cpp
Your Name 8840dc86fa tmp
2026-02-25 22:13:24 +01:00

15 lines
294 B
C++

///
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/Support/ExplicitSpecializations.h"
using IntVector = std::vector<unsigned int>;
#if 0
template void
IntVector::__push_back_slow_path<const unsigned int &>(const unsigned int &);
#endif