brintos

brintos / llvm-project-archived public Read only

0
0
Text · 262 B · 64c36bc Raw
9 lines · plain
1! Ensure argument -fdebug-measure-parse-tree works as expected.2 3! RUN: %flang_fc1 -fdebug-measure-parse-tree %s  2>&1 | FileCheck %s --check-prefix=FRONTEND4 5! FRONTEND:Parse tree comprises {{[0-9]+}} objects and occupies {{[0-9]+}} total bytes.6 7program A8end9