4 lines
72 B
C
4 lines
72 B
C
|
|
||
|
int func() { return 42; }
|
||
|
#pragma omp declare target indirect to(func)
|