summaryrefslogtreecommitdiff
path: root/flang/test/Driver/debug-measure-parse-tree.f90
blob: 64c36bc240523eb5bf9488bcadfa12256109ed82 (plain)
1
2
3
4
5
6
7
8
! Ensure argument -fdebug-measure-parse-tree works as expected.

! RUN: %flang_fc1 -fdebug-measure-parse-tree %s  2>&1 | FileCheck %s --check-prefix=FRONTEND

! FRONTEND:Parse tree comprises {{[0-9]+}} objects and occupies {{[0-9]+}} total bytes.

program A
end