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
5 lines
74 B
C
5 lines
74 B
C
// RUN: clang -Eonly %s -I.
|
|
# define HEADER <stdio.h>
|
|
|
|
# include HEADER
|