[WebAssembly] Fix asan issue from https://reviews.llvm.org/D121349
[llvm-project.git] / flang / test / Driver / debug-measure-parse-tree.f90
blob3599acc40ef34f3499ce1f297024c127c8dfa544
1 ! Ensure argument -fdebug-measure-parse-tree works as expected.
3 !----------
4 ! RUN LINE
5 !----------
6 ! RUN: %flang_fc1 -fdebug-measure-parse-tree %s 2>&1 | FileCheck %s --check-prefix=FRONTEND
8 !-----------------
9 ! EXPECTED OUTPUT
10 !-----------------
11 ! FRONTEND:Parse tree comprises {{[0-9]+}} objects and occupies {{[0-9]+}} total bytes.
13 program A
14 end