5 lines
74 B
C
5 lines
74 B
C
// RUN: clang-cc -Eonly %s
|
|
# define HEADER <float.h>
|
|
|
|
# include HEADER
|
// RUN: clang-cc -Eonly %s
|
|
# define HEADER <float.h>
|
|
|
|
# include HEADER
|