blob: 88b54000f04630366cc7632fa989518726b6e076 [file] [log] [blame]
! RUN: %flang -E %s 2>&1 | FileCheck %s
!CHECK: CALL myfunc( 'hello ' // 'world' // 'again')
#define NOCOMMENT
NOCOMMENT CALL myfunc( 'hello ' // &
NOCOMMENT 'world' // &
NOCOMMENT 'again' )
end