Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git] / gcc / testsuite / g++.dg / warn / new1.C
blobb50b2c354e7adbcecac15b7aa61f4a1cf6a62c28
1 void f() {
2   new int[0]; // { dg-bogus "zero" }