]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/auto-init-uninit-C.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / auto-init-uninit-C.c
1 /* Spurious uninitialized variable warning, inspired by libgcc2.c. */
2 /* { dg-do compile } */
3 /* { dg-options "-O -Wuninitialized -ftrivial-auto-var-init=zero" } */
4
5 #include "uninit-C.c"