brintos

brintos / llvm-project-archived public Read only

0
0
Text · 115 B · cf844e0 Raw
5 lines · plain
1! RUN: %flang_fc1 -fdebug-unparse "-Dfoo(a,b)=bar(a+b)" %s | FileCheck %s2! CHECK: CALL bar(3_4)3call foo(1,2)4end5