Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }
}