[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Headers / Inputs / include / algorithm
blob9122ec7179bfcb9655230552411fae49386d5e88
1 #pragma once
3 namespace std {
4  template<class T> constexpr const T& min(const T& a, const T& b);
5  template<class T> constexpr const T& max(const T& a, const T& b);