1 ! Verify that -fdebug-dump-all dumps both symbols and the parse tree, even when semantic errors are present
6 ! RUN: not %flang_fc1 -fdebug-dump-all %s 2>&1 | FileCheck %s
8 ! CHECK: error: Semantic errors in
9 ! CHECK: Flang: parse tree dump
10 ! CHECK: Flang: symbols dump
14 x
= null() ! Error - must be pointer assignment