Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-nullptr-2.c
blob: 3b37b11ed986ed6d9e3d0927cf4f78334efb0912 [
file
] [
log
] [
blame
]
/* Test there is no nullptr_t built-in typedef. Bug 114869. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
int
nullptr_t
;