2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr32304.C
blob236d00b97cd8da9c99c4260755c18a17102684a9
1 // { dg-do compile }
3 struct S {
4         S() {}
5 };
6 S f() {
7         static S s;
8         return s;