rt_gccstream/gcc/testsuite/gcc.dg/cpp/include5.c

10 lines
231 B
C

/* 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()