Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / parse / bitfield5.C
blob15661320de82fcc9b80fdac50a1eee4ae7ba3a9e
1 // PR c++/46282
3 template<int>
4 class A
6   A : i() {}                    // { dg-message "" }
7   int i;
8 };