]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/Waddress.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Waddress.c
CommitLineData
c1c0e8e1
VL
1/* PR c/36299 */
2/* { dg-do compile } */
3/* { dg-options "-Waddress" } */
4
5int
6foo(void)
7{
8 char a[1];
4dc7ce6f 9 return a == 0; // { dg-warning "-Waddress" }
c1c0e8e1 10}