PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr69162.c
blob45644bd2fe50b6b7be1fd59393143d267fdb1766
1 /* PR tree-optimization/69162 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 #include <stdarg.h>
7 int
8 foo (void *a)
10 va_list *b = a;
11 return va_arg (*b, int);