Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-107279-dl-coverage-2-coverage-impl
/
.
/
flang
/
test
/
Preprocessing
/
include-line.F90
blob: 63ff9d33b07b40903cad318d8a2bbd2401958528 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
flang_fc1
-
fdebug
-
unparse
%
s
-
Dj
=
1
2
>&
1
|
FileCheck
%
s
!
Ensure
that macro definitions don
't affect INCLUDE lines (unlike #include)
#define sin cos
!CHECK: PRINT *, 0._4, j
include "include-file.h"
end