brintos

brintos / llvm-project-archived public Read only

0
0
Text · 149 B · 5e020ae Raw
6 lines · plain
1!RUN: %flang -fc1 -fsyntax-only %s | FileCheck --allow-empty %s2!CHECK-NOT: error:3character(0), allocatable :: ch4allocate(character(-1) :: ch)5end6