mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
7 lines
162 B
Fortran
7 lines
162 B
Fortran
|
! { dg-do run }
|
||
|
! { dg-options "-ffixed-form" }
|
||
|
PROGRAM A3
|
||
|
!234567890
|
||
|
!$ PRINT *, "Compiled by an OpenMP-compliant implementation."
|
||
|
END PROGRAM A3
|