[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Driver / multiple-actions-error.f95
blob5ec4e9166657f8ed6fe071242c1dc9ba60c68e32
1 ! Verify that the frontend driver error-out if multiple actions are specified
3 ! RUN: not %flang_fc1 -E -fsyntax-only %s 2>&1 | FileCheck %s --check-prefix=ERROR
4 ! RUN: not %flang_fc1 -fsyntax-only -fsyntax-only %s 2>&1 | FileCheck %s --check-prefix=ERROR
6 ! ERROR: error: Only one action option is allowed
8 end progream