Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / name-clash9.C
blob1e04fafd5b9fb96c9882763e1993ebe03509df86
1 // { dg-do compile }
2 // PR c++/48010
4 struct A
6   struct type {}; // { dg-message "previous" }
7   typedef int type; // { dg-error "conflicts" }
8 };