PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr67854.c
blobaf994c64582d9173be8030e464d74bbdf1e356a6
1 /* PR c/67854 */
2 /* { dg-do compile } */
4 #include <stdbool.h>
5 #include <stdarg.h>
7 void
8 foo (va_list ap)
10 va_arg (ap, bool); /* { dg-warning "is promoted to .int. when passed through" } */