https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83132
--- Comment #2 from Jan TuĊĦil <jenda.tusil at gmail dot com> ---
The 'struct' version can be simplified to:
struct E;
struct ::E {};
Which gives the following error:
2:12: error: global qualification of class name is invalid before '{' token
