mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-07-03 02:30:36 +08:00

And fix the list of supported file suffixes, and use .f90 for all fortran tests since ifort, the Intel Fortran compiler ignores files ending with .f95, .f03, and .f08
6 lines
88 B
Fortran
6 lines
88 B
Fortran
MODULE Circle
|
|
REAL, PARAMETER :: Pi = 3.1415927
|
|
REAL :: radius
|
|
END MODULE Circle
|
|
|