blob: aaa37d7123250f21cbe678cd7f8108210ead5794 [file] [log] [blame]
! RUN: bbc %s --pft-test | FileCheck %s
! RUN: bbc %s -o "-" -emit-fir | FileCheck %s --check-prefix=FIR
subroutine sub1()
end subroutine
! CHECK: 1 Subroutine sub1: subroutine sub1()
! CHECK: 1 EndSubroutineStmt: end subroutine
! CHECK: End Subroutine sub1
! FIR-LABEL: func @_QPsub1() {
! FIR: return
! FIR: }