2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / pr85039-2.C
blobe6d16325105ba2899b8b0271fd1d36ac82429141
1 // { dg-do compile }
3 struct d {
4   static d *b;
5 } * d::b(__builtin_offsetof(struct { // { dg-error "types may not be defined" }
6   int i;
7   struct a { // { dg-error "types may not be defined" }
8     int c() { return .1f; }
9   };
10 }, i));