bolt/deps/llvm-18.1.8/flang/test/Preprocessing/implicit-contin1.F90

9 lines
180 B
Fortran
Raw Normal View History

2025-02-14 19:21:04 +01:00
! RUN: %flang -E %s | FileCheck %s
! When there's an object-like macro don't apply implicit continuation.
#define M )
call foo (1 M
end
!CHECK: call foo(1 )
!CHECK: end