summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/Inputs/declare-simd-fix.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/OpenMP/Inputs/declare-simd-fix.h')
-rw-r--r--clang/test/OpenMP/Inputs/declare-simd-fix.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/OpenMP/Inputs/declare-simd-fix.h b/clang/test/OpenMP/Inputs/declare-simd-fix.h
new file mode 100644
index 00000000000..508818cf705
--- /dev/null
+++ b/clang/test/OpenMP/Inputs/declare-simd-fix.h
@@ -0,0 +1,8 @@
+#ifndef LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
+#define LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
+
+#pragma omp declare simd
+float foo(float a, float b, int c);
+float bar(float a, float b, int c);
+
+#endif
OpenPOWER on IntegriCloud