[flang-commits] [flang] [flang] Allow C style comments in continuation lines (PR #214336)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Fri Aug 14 13:13:16 PDT 2026


https://github.com/eugeneepshteyn commented:

Could you please check the following:
```
integer :: i
i&
/* c */ &
= 6
print *, i
end
```

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


More information about the flang-commits mailing list