xref: /llvm-project/clang/test/OpenMP/Inputs/declare-simd-fix.h (revision a0a2264ef757f8383c6b283b7ad80b33d5d52f13)
1 #ifndef LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
2 #define LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
3 
4 #pragma omp declare simd
5 float foo(float a, float b, int c);
6 float bar(float a, float b, int c);
7 
8 #endif
9