2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / pr67405.C
blob505592190e1e80669348ea41a832009c096c9d7f
1 // { dg-do compile }
3 struct S
5   S f; // { dg-error "incomplete type" }
6 };
8 void
9 fn1 (S p1)