…ne continuation Allow preprocessing directives to appear between a source line and its continuation, including conditional compilation directives (#if, #ifdef, &c.). Fixes https://github.com/llvm/llvm-project/issues/95476.
7 lines
144 B
Fortran
7 lines
144 B
Fortran
! RUN: %flang_fc1 -E %s 2>&1 | FileCheck %s
|
|
! CHECK: call t(1 ,.false.)
|
|
program main
|
|
#include "inc-contin-1.h"
|
|
$,.false.)
|
|
end
|