cp2k/cmake/compiler-tests/f2008-block_construct.f90
2022-10-27 18:00:54 +02:00

14 lines
880 B
Fortran

!--------------------------------------------------------------------------------------------------!
! Copyright (C) by the DBCSR developers group - All rights reserved !
! This file is part of the DBCSR library. !
! !
! For information on the license, see the LICENSE file. !
! For further information please visit https://dbcsr.cp2k.org !
! SPDX-License-Identifier: GPL-2.0+ !
!--------------------------------------------------------------------------------------------------!
program main
try: block
exit try
end block try
end program