Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / test / std / numerics / c.math / tgmath_h.pass.cpp
blob50e14ed9ddc9f21ac3e7f701aae85306e418613a
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 // <tgmath.h>
11 #include <tgmath.h>
13 #include "test_macros.h"
15 int main(int, char**)
18 return 0;