2 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
3 ! CHECK: Label '0' is out of range
4 ! CHECK: Label '100000' is out of range
5 ! CHECK: Label '123456' is out of range
6 ! CHECK: Label '123456' was not found
7 ! CHECK: Label '1000' is not distinct
9 subroutine sub00(a
,b
,n
,m
)