xref: /llvm-project/flang/test/Driver/debug-measure-parse-tree.f90 (revision d5d420bb3bcc2eea926fb70fc3e6818c32e1eecc)
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=FRONTEND
4
5! FRONTEND:Parse tree comprises {{[0-9]+}} objects and occupies {{[0-9]+}} total bytes.
6
7program A
8end
9