blob: 2d26d22fc4b5a8ddcee515489234fe0f625c1f45 [file] [log] [blame]
// PR c++/97762
// { dg-do compile }
void
g ()
{
long a(); // { dg-warning "empty parentheses" }
signed b(); // { dg-warning "empty parentheses" }
unsigned c(); // { dg-warning "empty parentheses" }
short d(); // { dg-warning "empty parentheses" }
}