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