Description
The c preprocessor bundled with Shiboken does not support expanding macros that are inside other macro bodies. This leads to the final preprocessed translation unit having invalid c++ identifiers, which causes the c++ parser to issue errors.
By default the errors are not printed though, so they fail silently.