[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Semantics / if_arith01.f90
bloba6714f29219ed241619febd057a9ab50828bf3f7
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Check that a basic arithmetic if compiles.
4 if ( A ) 100, 200, 300
5 100 CONTINUE
6 200 CONTINUE
7 300 CONTINUE
8 END