Clang Project
clang_source_code
/
test
/
OpenMP
/
Inputs
/
declare_target_include.h
1
#pragma omp declare target
2
void zyx();
3
#pragma omp end declare target
4