Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-nullptr-3.c
blob: 5abb082043cc12751dd7b98d9bec83789236a29a [
file
] [
log
] [
blame
]
/* Test there is no nullptr_t in <stddef.h> for C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include
<stddef.h>
int
nullptr_t
;