A function block is a block of C++ statements (function lines) enclosed in {}.
function_block := '{' [fct_line(*)] '}'