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