]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/20010622-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / 20010622-1.c
1 /* Test for segfault doing -Wsequence-point processing on an empty
2 statement expression. */
3 /* Origin: PR c/3259 from <David.Decotigny@irisa.fr>. */
4 /* { dg-do compile } */
5 /* { dg-options "-Wall" } */
6
7 void
8 f (void)
9 {
10 ({ });
11 }