Retro68/gcc/gcc/testsuite/gfortran.dg/backtrace_1.f90
2017-04-10 13:32:00 +02:00

11 lines
231 B
Fortran

! { dg-do run }
!
! Check that BACKTRACE is available on all targets. We cannot actually
! check its output, but we should at least be able to call it, then exit
! normally.
!
program test
call backtrace
stop
end program test