https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116913
--- Comment #3 from Sam James <sjames at gcc dot gnu.org> --- Not sure if this is a good reduction but: ``` namespace gfx { typedef int MarginDouble; } using gfx::MarginDouble; using MarginDouble = MarginDouble; ```