mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
13 lines
176 B
Fortran
13 lines
176 B
Fortran
program main
|
|
implicit none
|
|
|
|
print *, "CheCKpOInT"
|
|
!$acc parallel
|
|
call abort
|
|
!$acc end parallel
|
|
|
|
end program main
|
|
|
|
! { dg-output "CheCKpOInT" }
|
|
! { dg-shouldfail "" }
|