Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-nullptr-1.c
blob: c4faedc2c9180686724c1411ef54dfedd5ef6541 [
file
] [
log
] [
blame
]
/* Test that in pre-C23 modes, nullptr is a normal identifier,
not a keyword. */
/* { dg-options "-std=c11 -pedantic-errors" } */
int
nullptr
;
void
f
(
int
nullptr
)
{
}