aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/include5.c
blob: 9bbc2878d054ee10366c4a3a230567592471594d (plain)
1
2
3
4
5
6
7
8
9
/* 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()