Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr67854.c
blob: af994c64582d9173be8030e464d74bbdf1e356a6 [
file
] [
log
] [
blame
]
/* PR c/67854 */
/* { dg-do compile } */
#include
<stdbool.h>
#include
<stdarg.h>
void
foo
(
va_list ap
)
{
va_arg
(
ap
,
bool
);
/* { dg-warning "is promoted to .int. when passed through" } */
}