blob: 28e48392ed1e2b9c6fd0e2b90eff944bf432d63d [file] [log] [blame]
/* Test unreachable not defined in <stddef.h> for C11. */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include <stddef.h>
#ifdef unreachable
#error "unreachable defined"
#endif