Cannot extend a POU multiple times

Multiple EXTENDS keywords are not allowed

Erreneous code example:

FUNCTION_BLOCK foo EXTENDS bar EXTENDS baz
    // ...
END_FUNCTION_BLOCK