summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/Inputs/include/cmath
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Headers/Inputs/include/cmath')
-rw-r--r--clang/test/Headers/Inputs/include/cmath5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Headers/Inputs/include/cmath b/clang/test/Headers/Inputs/include/cmath
new file mode 100644
index 00000000000..4ba17951378
--- /dev/null
+++ b/clang/test/Headers/Inputs/include/cmath
@@ -0,0 +1,5 @@
+#pragma once
+
+double sqrt(double);
+double pow(double, double);
+double modf(double, double*);
OpenPOWER on IntegriCloud