| OPENMP API Specification: "Version 5.2 -- GIT rev 95b2e3a44"
This section specifies the concept of a structured block. A structured block:
A structured block sequence that consists of no statements or more than one statement may appear only for
executable directives that explicitly allow it. The corresponding compound statement obtained by enclosing
the sequence in { and } must be a structured block and the structured block sequence then should be
considered to be a structured block with all of its restrictions.