[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / debug-measure-parse-tree.f90
blob64c36bc240523eb5bf9488bcadfa12256109ed82
1 ! Ensure argument -fdebug-measure-parse-tree works as expected.
3 ! RUN: %flang_fc1 -fdebug-measure-parse-tree %s 2>&1 | FileCheck %s --check-prefix=FRONTEND
5 ! FRONTEND:Parse tree comprises {{[0-9]+}} objects and occupies {{[0-9]+}} total bytes.
7 program A
8 end