blob: 74c06e4aa4c8bdf1537c845c4d492c872cbefcb7 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Test -Wtraditional -std=gnu17 does not warn for empty parentheses in
function definition. */
/* { dg-do compile } */
/* { dg-options "-Wtraditional -std=gnu17" } */
void
f ()
{
}
|