This patch renames the modules in f18 to use a capital letter in the module name Signed-off-by: Caroline Concatto <caroline.concatto@arm.com> Original-commit: flang-compiler/f18@d2eb7a1c44 Reviewed-on: https://github.com/flang-compiler/f18/pull/980
7 lines
154 B
Fortran
7 lines
154 B
Fortran
* #define c 1, then use c as label in fixed-form
|
|
#define c 1
|
|
c print *, 'pp042.F pass'; goto 2
|
|
print *, 'pp042.F FAIL'
|
|
2 continue
|
|
end
|