PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / PR68002.c
blobb61b0950f19c49752ddbf606f5a3fef76e02d887
1 /* Ensure static functions can be kept. */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fkeep-static-functions" } */
5 static void bar () { }
7 /* { dg-final { scan-assembler "bar" } } */