Clang Project
clang_source_code
/
test
/
Preprocessor
/
header_lookup1.c
1
// RUN: %clang_cc1 %s -E | grep 'stddef.h.*3'
2
#include <stddef.h>
3