aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Preprocessing/implicit-contin1.F90
blob: 1c5ec8869bf4c269634e20502ea24b84b4cec5cb (plain)
1
2
3
4
5
6
7
8
! 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