summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/Inputs/declare-simd-fix.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/OpenMP/Inputs/declare-simd-fix.h')
-rw-r--r--test/OpenMP/Inputs/declare-simd-fix.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/OpenMP/Inputs/declare-simd-fix.h b/test/OpenMP/Inputs/declare-simd-fix.h
new file mode 100644
index 0000000000..508818cf70
--- /dev/null
+++ b/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