gcc/tests/smoke-test/hello.f90
Václav Kadlčík 751e68f594 Align testing configuration with c9s
plans/ci.fmf we had here wasn't particularly useful, it duplicated
osci_compose_gate (see gating.yaml).

The testing configuration in c9s is at the moment in a better shape,
thanks to RHEL-69756. Let's align c10s with c9s.
2024-12-03 13:49:24 +01:00

4 lines
80 B
Fortran

program hello
print *, "Hello World!"
end program hello