1 ! RUN: %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s --allow-empty
3 ! Regression test: don't emit a bogus error about an invalid specification expression
4 ! in the declaration of a binding
10 !CHECK-NOT: Invalid specification expression
11 procedure
:: binding
=> func
15 class(t
), intent(in
) :: x
16 character(len
=x
%n
) :: func