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