Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-bool-limits-1.c
blob: 9ca29be4d72b584f15414108768c8f1e58afe939 [
file
] [
log
] [
blame
]
/* Test limits for _Bool not in <limits.h> in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11" } */
#include
<limits.h>
#ifdef
BOOL_MAX
# error "unexpected BOOL_MAX"
#endif
#ifdef
BOOL_WIDTH
# error "unexpected BOOL_WIDTH"
#endif