Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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);