7 lines · plain
1! RUN: %flang_fc1 -fdebug-unparse %s -Dj=1 2>&1 | FileCheck %s2! Ensure that macro definitions don't affect INCLUDE lines (unlike #include)3#define sin cos4!CHECK: PRINT *, 0._4, j5include "include-file.h"6end7 1! RUN: %flang_fc1 -fdebug-unparse %s -Dj=1 2>&1 | FileCheck %s2! Ensure that macro definitions don't affect INCLUDE lines (unlike #include)3#define sin cos4!CHECK: PRINT *, 0._4, j5include "include-file.h"6end7