]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/PR68002.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / PR68002.c
CommitLineData
787da5fd
JV
1/* Ensure static functions can be kept. */
2/* { dg-do compile } */
3/* { dg-options "-O1 -fkeep-static-functions" } */
4
5static void bar () { }
6
7/* { dg-final { scan-assembler "bar" } } */