https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79652
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Reduced: namespace { struct S { int n; } T; using T = decltype(S :: n); namespace { extern int x; extern int x; } }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79652
--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Reduced: namespace { struct S { int n; } T; using T = decltype(S :: n); namespace { extern int x; extern int x; } }