brintos

brintos / llvm-project-archived public Read only

0
0
Text · 180 B · 684e918 Raw
10 lines · plain
1! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s2! CHECK: CALL foo("N","N")3#ifdef transpose4      call foo('T',5#else6      call foo('N',7#endif8     $     'N')9      end10