PR target/83368
[official-gcc.git] / gcc / testsuite / gfortran.dg / backtrace_1.f90
blobfdde832d238ffef421793588c022bc20ed2f786d
1 ! { dg-do run }
2 !
3 ! Check that BACKTRACE is available on all targets. We cannot actually
4 ! check its output, but we should at least be able to call it, then exit
5 ! normally.
7 program test
8 call backtrace
9 stop
10 end program test