Files
llvm-project/clang/test/Preprocessor/includeexpand2.c
Chris Lattner 43eafb4ed5 implement a missing feature in the #include handler, where
it did not handle <xyz> headers coming from macro expansions.
This requires special treatment, as the include name is lexed
as multiple tokens, which require reassembly before processing.

llvm-svn: 40418
2007-07-23 04:56:47 +00:00

5 lines
74 B
C

// RUN: clang -Eonly %s -I.
# define HEADER <stdio.h>
# include HEADER