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