summaryrefslogtreecommitdiff
path: root/test/std/depr/depr.c.headers/tgmath_h.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/depr/depr.c.headers/tgmath_h.pass.cpp')
-rw-r--r--test/std/depr/depr.c.headers/tgmath_h.pass.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/std/depr/depr.c.headers/tgmath_h.pass.cpp b/test/std/depr/depr.c.headers/tgmath_h.pass.cpp
deleted file mode 100644
index 91727b6cc7282..0000000000000
--- a/test/std/depr/depr.c.headers/tgmath_h.pass.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-// <tgmath.h>
-
-#include <tgmath.h>
-
-int main()
-{
- std::complex<double> cd;
- (void)cd;
- double x = sin(1.0);
- (void)x; // to placate scan-build
-}