! RUN: %f18 -fopenacc -funparse %s | FileCheck %s! Test unparse does not crash with OpenACC directives.! Test bug 47659program bug47659integer::i,jlabel1:do i=1,10!$acc parallel loopdo j=1,10if(j==2)then exit label1end if end do end do label1end program!CHECK-LABEL: PROGRAM bug47659!CHECK: !$ACC PARALLEL LOOP