Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / libc-libcxx / include / c++ / math.h
blob890db371de660ee4a79636bd75102876181bdf2e
1 #include_next <math.h>
2 template<typename T> T abs(T t) { return (t < 0) ? -t : t; }