Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
include5.c
blob: 9bbc2878d054ee10366c4a3a230567592471594d [
file
] [
log
] [
blame
]
/* Test #include directives with macros expanding to empty. */
#define
EMPTY_OBJ
#define
EMPTY_FUNC
()
#include
<stddef.h>
EMPTY_OBJ
#include
<stddef.h>
EMPTY_FUNC
()
#include
"stddef.h"
EMPTY_OBJ
#include
"stddef.h"
EMPTY_FUNC
()