summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/backtrace_1.f90
blob: fdde832d238ffef421793588c022bc20ed2f786d (plain)
1
2
3
4
5
6
7
8
9
10
! { 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