#pragma omp scope [clause[ [,] clause] ... ]
structured-block
where clause is one of the following:
private(list)
reduction([reduction-modifier ,] reduction-identifier : list)
nowait
Reference:
(1) OpenMP 5.1 Specification - Section 2.9 (Page 106)