blob: 5e020aeb4dc0d02041e5142e7d1037d718eb95a9 [file] [log] [blame] [edit]
!RUN: %flang -fc1 -fsyntax-only %s | FileCheck --allow-empty %s
!CHECK-NOT: error:
character(0), allocatable :: ch
allocate(character(-1) :: ch)
end