bolt/deps/llvm-18.1.8/flang/test/Parser/doubled-comma.f90

5 lines
127 B
Fortran
Raw Normal View History

2025-02-14 19:21:04 +01:00
! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
! CHECK: 3:13: error: expected end of statement
common/blk/a,,b
end