bolt/deps/llvm-18.1.8/flang/test/Semantics/if_arith01.f90
2025-02-14 19:21:04 +01:00

8 lines
159 B
Fortran

! RUN: %python %S/test_errors.py %s %flang_fc1
! Check that a basic arithmetic if compiles.
if ( A ) 100, 200, 300
100 CONTINUE
200 CONTINUE
300 CONTINUE
END