1 // DR 1397
2 // { dg-require-effective-target c++11 }
3 
4 struct A
5 {
6   int i = sizeof(A{});		// { dg-error "" }
7 };
8