blob: 0cdc48b0e457d32b4c0a5cd51c1fe7a8d5e566a4 [file] [log] [blame]
// PR c++/51461
struct A
{
static const A a = 0; // { dg-error "incomplete|non-integral" }
};