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

5 lines
166 B
Fortran

! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
! Ensure folding of 1*j is a parenthesized (j) when j is a variable.
call foo(1*j)
!CHECK: CALL foo((j))
end