[flang-commits] [flang] [flang][preprocessing] Mix preprocessing directives with free form li… (PR #96244)

via flang-commits flang-commits at lists.llvm.org
Fri Jun 21 12:20:36 PDT 2024


foxtran wrote:

The test is the following:
test.f:
```fortran
      program main
#include "inc.f"
     $,.false.)
```

inc.f:
```fortran
      call t(
```

https://github.com/llvm/llvm-project/pull/96244


More information about the flang-commits mailing list