brintos

brintos / llvm-project-archived public Read only

0
0
Text · 210 B · 63ff9d3 Raw
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