Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wvexing-parse8.C
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" }
}