2012-01-27 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / g++.dg / init / static4.C
blob0cdc48b0e457d32b4c0a5cd51c1fe7a8d5e566a4
1 // PR c++/51461
3 struct A
5   static const A a = 0;         // { dg-error "incomplete|non-integral" }
6 };