1 ! RUN: %flang_fc1 -fsyntax-only -pedantic %s 2>&1 | FileCheck %s
2 ! Verify varnings on nonconforming DATA statements
3 ! As a common extension, C876 violations are not errors.
12 !CHECK: Blank COMMON object 'j' in a DATA statement is not standard
14 !CHECK: Blank COMMON object 'x' in a DATA statement is not standard