Temporary header file '/tmp/qBiunXvITc/dump1.h' with the following content will be compiled to create GCC translation unit dump:

  // add defines
  #define __STDC_VERSION__ 201710L
#define _GXX_NULLPTR_T
#define CLUTTER_ENABLE_COMPOSITOR_API 1
#define _REGEX_NELTS(n)
#define _Atomic
#define PACKED

  // add includes
  #include "/usr/include/mirrenderer/mir/renderer/renderer.h"
  #include "/usr/include/mirrenderer/mir/renderer/renderer_factory.h"

  // add namespaces
  namespace mir{typedef int tmp_add_type_1;}
  mir::tmp_add_type_1 tmp_add_func_1(){return 0;};
  namespace mir{namespace geometry{typedef int tmp_add_type_2;}}
  mir::geometry::tmp_add_type_2 tmp_add_func_2(){return 0;};
  namespace mir{namespace geometry{namespace generic{typedef int tmp_add_type_3;}}}
  mir::geometry::generic::tmp_add_type_3 tmp_add_func_3(){return 0;};

The GCC parameters:
  gcc -fdump-lang-raw -fkeep-inline-functions -c -x c++ -fpermissive -w "/tmp/qBiunXvITc/dump1.h"  -I/usr/include/mirplatform -I/usr/include/mircore

In file included from /usr/include/mirrenderer/mir/renderer/renderer.h:21,
                 from /tmp/qBiunXvITc/dump1.h:11:
/usr/include/mirplatform/mir/graphics/renderable.h:22:10: fatal error: glm/glm.hpp: No such file or directory
   22 | #include <glm/glm.hpp>
      |          ^~~~~~~~~~~~~
compilation terminated.

